backoff icon indicating copy to clipboard operation
backoff copied to clipboard

feat: add `FixedNumber` policy

Open DDtKey opened this issue 2 years ago • 0 comments

The functionality is very similar to Constant, but has a limit on the number of attempts. In some cases, this is useful.

In general, we can extend Constant and add attempts: Option<usize> (this can be made backward compatible). So let me know if you want to do so.

DDtKey avatar Jul 22 '22 10:07 DDtKey