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

Implement registration-retry with exponential backoff #118

Open
masayag opened this issue Mar 27, 2022 · 0 comments
Open

Implement registration-retry with exponential backoff #118

masayag opened this issue Mar 27, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@masayag
Copy link
Collaborator

masayag commented Mar 27, 2022

In current implementation, the device will try to register itself to the server every 10 seconds if fails.

We'd like to change that behavior to retry with an exponential backoff (10s, 20s, 40s, …), that is capped at 1 minute.

@masayag masayag added the good first issue Good for newcomers label Mar 27, 2022
gabriel-farache added a commit to gabriel-farache/flotta-device-worker that referenced this issue Apr 12, 2022
gabriel-farache added a commit to gabriel-farache/flotta-device-worker that referenced this issue Apr 13, 2022
gabriel-farache added a commit to gabriel-farache/flotta-device-worker that referenced this issue Apr 13, 2022
gabriel-farache added a commit to gabriel-farache/flotta-device-worker that referenced this issue Apr 13, 2022
gabriel-farache added a commit to gabriel-farache/flotta-device-worker that referenced this issue Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant