We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
project-flotta#118 ECOPROJECT-717 Implement registration-retry with …
72f6ede
…exponential backoff
cc2e90f
ab6d985
49602e3
ef27ba3
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: