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

Add jitter to subscription retry interval #173

Open
slashdotdash opened this issue Sep 4, 2019 · 0 comments
Open

Add jitter to subscription retry interval #173

slashdotdash opened this issue Sep 4, 2019 · 0 comments

Comments

@slashdotdash
Copy link
Member

Whenever a subscription fails to subscribe it will retry the attempt after an interval. The default interval is 60 seconds. This scenario might occur in a multi-node deployment when the subscription is already connected on another node.

To ensure connection attempts don't always happen concurrently (causing spikes of load) a random jitter amount should be added to the retry interval.

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