Use exponential backoff in refresh algorithm #509
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Feature Description
On failure, the refresh cycle runs every thirty seconds which can cause cascading failures in high-volume environments when the SQL Admin API quota is breached. This is a request to use exponential backoff with a randomized jitter to prevent thundering herd scenarios.
Sample code
No response
Alternatives Considered
No response
Additional Details
No response
The text was updated successfully, but these errors were encountered: