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

Consumer: Backoff counter may increase beyond expected bounds when using FullJitterStrategy #64

Closed
judwhite opened this issue Oct 3, 2016 · 0 comments · Fixed by #74

Comments

@judwhite
Copy link
Owner

judwhite commented Oct 3, 2016

See nsqio/go-nsq#195

@judwhite judwhite added the bug label Oct 3, 2016
judwhite added a commit that referenced this issue Oct 10, 2016
- 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 added a commit that referenced this issue Oct 11, 2016
- 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 added the fixed label Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant