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

[FR] Back-off strategy for (re-)connects #57

Open
Jarthianur opened this issue Sep 22, 2019 · 0 comments
Open

[FR] Back-off strategy for (re-)connects #57

Jarthianur opened this issue Sep 22, 2019 · 0 comments

Comments

@Jarthianur
Copy link
Owner

Is your feature request related to a problem? Please describe.
When connecting a feed, or reconnecting after lost connection, a fixed delay (eg 2 min) is actually not desirable.

Describe the solution you'd like
A back-off strategy would allow (re-)connects with an increasing but limited delay.
For example, the first attempt fails, so a second one is done after 2 sec. If that also fails, the next attempt follows after another 15 sec, and so on. It would then saturate at 2 min or whatever.

Describe alternatives you've considered

Additional notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant