litl / backoff

Python library providing function decorators for configurable backoff and retry
MIT License
2.61k stars 148 forks source link

Add exponential decay #190

Closed milonimrod closed 1 year ago

milonimrod commented 1 year ago

I suggest to add exponential decay into the set of generators https://github.com/litl/backoff/pull/189