Tenacity is a Python library that enables automatic retrying of functions with customizable strategies. It replaces the now-deprecated retrying library and supports exponential backoff, fixed delays, stop and wait conditions, and exception filtering. Useful for network operations, API calls, or any unstable process, Tenacity helps increase reliability in Python applications by handling transient failures gracefully and robustly.
Features
- Retry on exceptions or result conditions
- Supports exponential backoff and jitter
- Configurable wait and stop strategies
- Retry logging and statistics collection
- Works with synchronous and async functions
- Simple decorator-based API
Categories
LibrariesLicense
Apache License V2.0Follow Tenacity Python
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Tenacity Python!