backoffAlgorithm v1.4.1
Algorithmic library for calculating retry intervals using exponential backoff and jitter.
 
Loading...
Searching...
No Matches
Files
The following files are associated with this library.
[detail level 123]
  source
  include
 backoff_algorithm.hAPI 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/
 backoff_algorithm.cImplementation of the backoff algorithm API for a "Full Jitter" exponential backoff with jitter strategy