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 exponential backoff delay #16

Open
fhunleth opened this issue Dec 4, 2021 · 0 comments
Open

Add jitter to exponential backoff delay #16

fhunleth opened this issue Dec 4, 2021 · 0 comments

Comments

@fhunleth
Copy link

fhunleth commented Dec 4, 2021

Currently the code doubles the delay before reconnecting after each failed attempt. Ops would like a random amount of time to be added to this as well. The goal is to smooth out the load on the server if many devices start reconnecting at the same time. Barring a better amount, how about picking a time between 0 ms and 25% of the current delay to add?

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