Expand description
Assorted retry strategies including fixed interval and exponential back-off.
Structs§
- Exponential
Backoff - A retry strategy driven by exponential back-off.
- Fibonacci
Backoff - A retry strategy driven by the fibonacci series.
- Fixed
Interval - A retry strategy driven by a fixed interval.