simple_exponential_backoff library
Classes
- BackoffBase
- ExponentialBackoff
- Implementation of BackoffBase that increases the back off period for each retry attempt using a function computeDelay that grows exponentially with added/subtracted random value.