backoffAlgorithm v1.2.0
Algorithmic library for calculating retry intervals using exponential backoff and jitter.
Functions

Primary functions of the backoffAlgorithm library:

BackoffAlgorithm_InitializeParams
BackoffAlgorithm_GetNextBackoff

For a code example of using backoffAlgorithm library for retrying operations with exponential back-off and jitter, refer to Code Example for backoffAlgorithm API.