Module backoff

Source

Structsยง

ExponentialBackoff
Creates a generator which yields an approximately exponential series of durations, as back-off delays. Jitters are added to each delay by default to prevent thundering herd on retries.