-
Notifications
You must be signed in to change notification settings - Fork 114
Home
Alexey Leshchenko edited this page May 5, 2022
·
4 revisions
Hi guys!
This project has not been updated for a while. And while it's brilliant for its simplicity, there is a backlog of PRs introducing new functionality. Moreover, the Python language itself has had some major updates that need to be reflected in the code.
I have tried to push all major PRs to this repo: https://github.com/leshchenko1979/reretry
Right now reretry
supports these additional features:
- Log traceback of an error that lead to a failed attempt.
- Call a custom callback after each failed attempt.
- Can be used with async functions.