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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jd/tenacityAvatar de jd

    jd/tenacity

    8,375Ver en 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
    Ver en GitHub↗8,375
  1. Home
  2. Web Development
  3. Randomized Interval Schedulers
  4. Wait Interval Controllers