FICHA · MANJARO

python-tenacity

Retry code until it succeeeds

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Retries Python operations until they succeed or until configured stopping rules are reached. It helps applications handle temporary failures such as network errors, locked resources, or services that need a short delay before retrying.

Developers use it as a library. Retry behavior must be designed carefully so it does not duplicate unsafe actions, hide persistent failures, or overload remote services.

Permissions

Permissions not analysed for this source yet.