Contents

tenacity 8.2.3

0

Retry code until it succeeds

Retry code until it succeeds

Stars: 5855, Watchers: 5855, Forks: 258, Open Issues: 98

The jd/tenacity repo was created 7 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 5855 github stars!

How to Install tenacity

You can install tenacity using pip

pip install tenacity

or add it to a project with poetry

poetry add tenacity

Package Details

Author
Julien Danjou
License
Apache 2.0
Homepage
https://github.com/jd/tenacity
PyPi:
https://pypi.org/project/tenacity/
GitHub Repo:
https://github.com/jd/tenacity

Classifiers

  • Utilities
No  tenacity  pypi packages just yet.

Errors

A list of common tenacity errors.

Code Examples

Here are some tenacity code examples and snippets.

GitHub Issues

The tenacity package has 98 open issues on GitHub

  • Support datetime.timedelta as a valid wait unit type
  • Support timedelta as a valid type for wait classes
  • add mypy check on CI
  • Retry decorator does not play well with other decorators
  • update argument for method in Retry
  • Add support for an async defined retry and callback_error_retry

See more issues on GitHub

Related Packages & Articles