redo
Utilities to retry Python callables.
Utilities to retry Python callables.
To install this package, run one of the following:
Installation commands are not available for this package.
Redo provides various means to add seamless ability to retry to any Python callable. Redo includes a plain function (redo.retry), a decorator (redo.retriable), and a context manager (redo.retrying) to enable you to integrate it in the best possible way for your project. As a bonus, a standalone interface is also included ("retry").
Summary
Utilities to retry Python callables.
Last Updated
Sep 15, 2020 at 18:05
License
MPL-2.0
Total Downloads
1
GitHub Repository
https://github.com/mozilla-releng/redoDocumentation
https://github.com/mozilla-releng/redo