Some WIP improvements we could bring from upstream: - https://github.com/litl/backoff/issues/93 - ~https://github.com/litl/backoff/pull/103~ - https://github.com/python-backoff/backoff/pull/50 - ~https://github.com/litl/backoff/pull/130~ - https://github.com/python-backoff/backoff/pull/187 - ~https://github.com/litl/backoff/issues/148 (publish them!)~ - https://github.com/python-backoff/backoff/pull/39 - ~https://github.com/litl/backoff/pull/204~ - https://github.com/python-backoff/backoff/pull/188
Some WIP improvements we could bring from upstream:
Improve performance of expo by multiplying previous result litl/backoff#103- Improve performance of expo by multiplying previous result #50Measure elapsed time after function call litl/backoff#130- fix: Measure elapsed time after function call #187Where are the docs? litl/backoff#148 (publish them!)- docs: Add comprehensive MkDocs documentation #39Optimized wait generators. litl/backoff#204- refactor: Simplifyexpo,decay, andfibowait generators #188