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

Introduce RetryBackoffType.ExponentialWithJitter retry delay #1108

Closed
martintmk opened this issue Apr 11, 2023 · 0 comments · Fixed by #1176
Closed

Introduce RetryBackoffType.ExponentialWithJitter retry delay #1108

martintmk opened this issue Apr 11, 2023 · 0 comments · Fixed by #1176
Assignees
Labels
v8 Issues related to the new version 8 of the Polly library.
Milestone

Comments

@martintmk
Copy link
Contributor

martintmk commented Apr 11, 2023

In the #1093 we introduce a new RetryBackoffType enum member. We should add a RetryBackoffType.ExponentialWithJitter enum member to it, update RetryHelper class with new delay generation and make the ExponentialWithJitter the default one.

We should consider using the code from Polly.Contrib.WaitAndRetry project for this.

See #530 for more details about the benefits of jitter delay.

@martintmk martintmk converted this from a draft issue Apr 11, 2023
@martintmk martintmk added the v8 Issues related to the new version 8 of the Polly library. label Apr 11, 2023
@martintmk martintmk added this to the v8.0.0 milestone Apr 11, 2023
@martintmk martintmk removed the status in Polly v8 May 2, 2023
@martintmk martintmk self-assigned this May 3, 2023
@github-project-automation github-project-automation bot moved this to Done in Polly v8 May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v8 Issues related to the new version 8 of the Polly library.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants