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

Disallow bad retry delay/jitter combination #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Disallow bad retry delay/jitter combination #2

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 20, 2019

When stress testing #1, I noticed that it's possible for
get_retry_timeout() to do something unexpected and throw an error. By
disallowing retry_jitter >= retry_delay, and also changing the way
get_retry_timeout() works, we avoid that possibility.

When stress testing #1, I noticed that it's possible for
get_retry_timeout() to do something unexpected and throw an error.  By
disallowing retry_jitter >= retry_delay, and also changing the way
get_retry_timeout() works, we avoid that possibility.
@ghost
Copy link
Author

ghost commented Apr 15, 2019

ping?

@ghost ghost marked this pull request as ready for review April 15, 2019 13:25
@ghost
Copy link
Author

ghost commented Jul 3, 2019

bump?

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

Successfully merging this pull request may close these issues.

0 participants