redo
Utilities to retry Python callables.
Utilities to retry Python callables.
To install this package, run one of the following:
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
Jan 31, 2023 at 07:45
License
MPL-2.0
Supported Platforms
GitHub Repository
https://github.com/mozilla-releng/redoDocumentation
https://github.com/mozilla-releng/redo