awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesWait Interval Controllers

Mechanisms for managing pauses between retries using fixed, random, or exponential delays.

Distinct from Randomized Interval Schedulers: Distinct from randomized schedulers: focuses on the controlled delay between retries rather than non-deterministic background task triggering.

Explore 1 awesome GitHub repository matching web development · Wait Interval Controllers. Refine with filters or upvote what's useful.

Awesome Wait Interval Controllers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jd/tenacityAvatar de jd

    jd/tenacity

    8,375Voir sur GitHub↗

    Tenacity is a Python retry library and fault tolerance framework designed to automatically re-execute failing functions based on custom conditions, wait intervals, and stop criteria. It provides a mechanism to apply retry logic to both synchronous functions and asynchronous coroutines. The library implements exponential backoff to increase delays between retries, helping to manage transient network failures and prevent the overloading of services. Its capabilities cover the definition of retry conditions based on exception types or return values, as well as the enforcement of duration limits

    Manages pauses between retries using fixed delays, random intervals, or exponential backoff.

    Pythonfailurehacktoberfestpython
    Voir sur GitHub↗8,375
  1. Home
  2. Web Development
  3. Randomized Interval Schedulers
  4. Wait Interval Controllers