Attributes
Members list
Value members
Concrete methods
Returns a delay policy for exponential backoff.
Returns a delay policy for exponential backoff.
Value parameters
- jitter
-
An additional jitter to randomize the delay duration. Defaults to none. See Jitter.
- maximum
-
The maximum duration possible for a delay.
- multiplier
-
Scale the delay duration by this multiplier for each successive failure. Defaults to
2. - starting
-
The delay duration between successful attempts, and after the first failures.
Attributes
A fixed amount of delays, whether the last attempt was a success or failure.
A fixed amount of delays, whether the last attempt was a success or failure.
Attributes
Decorrelated exponential backoff: randomize between the last delay duration and a multiple of that duration.
Decorrelated exponential backoff: randomize between the last delay duration and a multiple of that duration.