Skip to content
Alexey Leshchenko edited this page May 5, 2022 · 4 revisions

An updated version of this repo

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.
Clone this wiki locally