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

updates to backoff strategy and min backoff multiplier #74

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

judwhite
Copy link
Owner

- strategies return whether to increase the backoff level
- config: min backoff multiplier changed from 0 to 1ms
- backoff calculation changed from 2^n*multiplier to 2^(n-1)*multiplier
  - n is always >= 1
- fixes #64
@judwhite judwhite merged commit 8839f4f into master Oct 11, 2016
@judwhite judwhite deleted the feature/fix-fulljitterstrategy branch October 15, 2016 21:15
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.

Consumer: Backoff counter may increase beyond expected bounds when using FullJitterStrategy
1 participant