jpark712

Results 2 comments of jpark712

Example of before_sleep_log called with exc_info=True, stack_info=False: ``` test_func called() INFO:__main__:Retrying __main__.test_func in 1.0 seconds as it raised Exception: my error. Traceback (most recent call last): File "C:\github\forks\tenacity\tenacity\__init__.py", line 433,...

@Pierre-Alexandre35 , In the example you have, you would keep retrying without a delay and then stop after 900 seconds. I think you want to wait for 900 seconds after...