Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best practice 1 : Retry #194

Open
5 tasks
barbara79 opened this issue Sep 30, 2020 · 1 comment
Open
5 tasks

Best practice 1 : Retry #194

barbara79 opened this issue Sep 30, 2020 · 1 comment

Comments

@barbara79
Copy link
Contributor

barbara79 commented Sep 30, 2020

In order to add proper retries to the sdk, we can try to implement retry middlewares with different retry strategies. prefrably make a PR per middleware to keep focus on each case.

create minimum 5 Middleware one for each type of retry:

  • Exponential back-off
  • Incremental intervals
  • Regular intervals
  • Immediate retry
  • Randomization

see here for technical details https://docs.microsoft.com/en-us/azure/architecture/best-practices/transient-faults

linked to #192

@barbara79
Copy link
Contributor Author

there is already an Exponential back-off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant