Expand description
An implementation of the “decorrelated jitter” algorithm for scheduling retries.
See RetryDelay
for more information.
Structs§
- Retry
Delay - An implementation for retrying a remote operation based on a decorrelated jitter schedule.
Constants§
- MAX_
DELAY_ 🔒MULT - Maximum amount to multiply the previous delay by.
- MAX_
LOW_ 🔒BOUND - Largest possible lower bound, in milliseconds.
- MIN_
LOW_ 🔒BOUND - Lowest possible lower bound, in milliseconds.