Skip to content

max backoff time per Operation #701

@michaetto

Description

@michaetto

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

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions