backoff
backoff copied to clipboard
feat: add `FixedNumber` policy
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.