generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Describe the feature
right now only initial backoff is configurable in shared or service configs, is it ?
Use Case
- when some complex async request is processed, sometimes it is desired to make sure sum of time of all async operations within (sequential and concurrent) do not not exceed some time limit
- implementing kind of circuit breaker retry pattern (using config retries wrapped up in custom retry mechanism)
Proposed Solution
- add configurable max backoff time per Operation
- also implementing circuit breaker retry pattern (as retry mode) in sdk would be great
Other Information
sdk version 0.52
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
A note for the community
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue