Files | |
file | backoff_algorithm.h [code] |
API for calculating backoff period for retry attempts using exponential backoff with jitter algorithm. This library represents the "Full Jitter" backoff strategy explained in the following document. https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/. | |