Module retry

Source

Structs§

RetryParams

Enums§

Retry

Traits§

Retryable

Functions§

retry
Retry with exponential backoff and full jitter. Implementation and default values originate from the Java SDK. See also: https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/.