Module backoff_algo

Source

Structs§

BackoffAlgorithm
This library uses the “Full Jitter” strategy for the exponential backoff with jitter algorithm. More information about the algorithm can be seen in the Exponential Backoff and Jitter AWS blog.