jd / tenacity

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

Respects `min` argument for `wait_random_exponential` #425

Closed yxtay closed 4 months ago

yxtay commented 11 months ago

Summary

Respects min argument for wait_random_exponential

Tests

pytest tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential
Dheavyman commented 4 months ago

Any update on merging this please?