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 RepositoriesExecution Timestamp Tracking

Internal tracking of the last execution time to calculate required wait intervals for throttling.

Distinct from Retry State Tracking: Tracks a single last-execution timestamp for pacing, rather than a sequence of retry attempts.

Explore 1 awesome GitHub repository matching software engineering & architecture · Execution Timestamp Tracking. Refine with filters or upvote what's useful.

Awesome Execution Timestamp Tracking 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.
  • uber-go/ratelimitAvatar de uber-go

    uber-go/ratelimit

    4,665Voir sur GitHub↗

    This is a Go library that implements a leaky-bucket algorithm to control the frequency of operations and requests per second. It serves as a concurrent request throttler that blocks calling threads until request slots become available to maintain a steady execution rate. The project includes a traffic burst controller that allows the accumulation of unspent request capacity, permitting short-term spikes in volume while maintaining a defined long-term average rate. The library provides capabilities for operation frequency limiting, request interval enforcement, and application resource protec

    Maintains internal timestamps of the last execution to calculate necessary wait periods.

    Go
    Voir sur GitHub↗4,665
  1. Home
  2. Software Engineering & Architecture
  3. Retry State Tracking
  4. Execution Timestamp Tracking