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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jd/tenacityAvatar jd

    jd/tenacity

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