Module exponential_backoff

Source
Expand description

Common implements for exponential backoff.

This module provides an implementation of truncated [exponential backoff]. It implements the BackoffPolicy and PollingBackoffPolicy traits.

Structsยง

ExponentialBackoff
Implements truncated exponential backoff.
ExponentialBackoffBuilder
Implements truncated exponential backoff with jitter.