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

Percentage based retry circuit breaker #8727

Closed
mattklein123 opened this issue Oct 22, 2019 · 1 comment · Fixed by #9069
Closed

Percentage based retry circuit breaker #8727

mattklein123 opened this issue Oct 22, 2019 · 1 comment · Fixed by #9069
Assignees
Labels
enhancement Feature requests. Not bugs or questions. no stalebot Disables stalebot from closing an issue
Milestone

Comments

@mattklein123
Copy link
Member

mattklein123 commented Oct 22, 2019

Instead of specifying a fixed number of active retries, we should also allow specifying the retry circuit breaker as a % of currently active requests (potentially w/ a min floor). This would be easier to auto tune assuming the correct setting of active request circuit breakers and adaptive concurrency.

@mattklein123 mattklein123 added enhancement Feature requests. Not bugs or questions. no stalebot Disables stalebot from closing an issue labels Oct 22, 2019
@mattklein123 mattklein123 added this to the 1.13.0 milestone Oct 22, 2019
@mattklein123
Copy link
Member Author

@lexh will implement this with help from @wgallagher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests. Not bugs or questions. no stalebot Disables stalebot from closing an issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants