jd / tenacity

Retrying library for Python
http://tenacity.readthedocs.io
Apache License 2.0
6.82k stars 283 forks source link

Improves wait_exponential_jitter #426

Open yxtay opened 11 months ago

yxtay commented 11 months ago

Summary

Improves wait_exponential_jitter to inherit wait_exponential

Tests

pytest tests/test_tenacity.py::TestWaitConditions::test_wait_exponential_jitter
yxtay commented 2 weeks ago

Is there anything blocking this from being merged? Deprecation concerns? It's been almost 1 year.