Exponential Backoff and Jitter¶
Brooker, M. (2023). Exponential Backoff and Jitter. AWS Architecture Blog.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Mechanisms¶
- Exponential Backoff with Jitter
- Its signature failure mode is synchronized jitter — if every client seeds its randomness the same way, uses the same fixed window, or runs pure exponential backoff with no jitter
This sourceShows that exponential backoff without jitter leaves retry calls clustered and fails to resolve contention.
- Its signature failure mode is synchronized jitter — if every client seeds its randomness the same way, uses the same fixed window, or runs pure exponential backoff with no jitter
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:24859cdea9b6 · see in the full table