Use exponential backoff for updates #23
Labels
enhancement
New feature, enhancement or code changes, not related to defects
good first issue
Good for newcomers
If an update fails, we should delay the next update exponentially, as otherwise we'll repeatedly perform updates on a fixed interval while the network or service is degraded. Additionally, we should also not wait too long after the first failure, as the issue may be ephemeral and we should not persist a degraded or stale state.
The text was updated successfully, but these errors were encountered: