Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant