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

Retrying Doesn't Reset Fibonacci Sequence #13

Closed
RichardKnop opened this issue May 21, 2015 · 0 comments
Closed

Retrying Doesn't Reset Fibonacci Sequence #13

RichardKnop opened this issue May 21, 2015 · 0 comments

Comments

@RichardKnop
Copy link
Owner

When a connection drops, worker will keep retrying to connect to the broker using Fibonacci sequence, so it will retry in 1, 1, 2, 3, 5, 8... seconds.

However, when worker successfully connects and starts consuming messages, the retry Fibonacci sequence should be reset so next time connection drops we start from 1 again.

RichardKnop pushed a commit that referenced this issue Mar 22, 2018
update env keys in dynamodb's config
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

No branches or pull requests

1 participant