blob: 0af5be409a995b0eda6925b5c885f577962334e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
This distribution provides several classes that implement various
backoff strategies for setting delay between retry attempts:
- Algorithm::Backoff::Constant
- Algorithm::Backoff::Exponential
- Algorithm::Backoff::Fibonacci
- Algorithm::Backoff::LILD
- Algorithm::Backoff::LIMD
- Algorithm::Backoff::MILD
- Algorithm::Backoff::MIMD
|