Compare linear, exponential, and capped exponential backoff strategies with configurable jitter
A retry algorithm determines how long to wait between repeated attempts to perform an action that has failed. Different strategies offer various trade-offs between aggressive retries and avoiding system overload.
Adding randomness to retry delays helps prevent thundering herd problems when multiple clients are retrying simultaneously.
Config # | Type | Initial Delay | Factor | Max Duration | Jitter | Jitter Range | Actions |
---|