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 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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • uber-go/ratelimitAvatar de uber-go

    uber-go/ratelimit

    4,665Ver en 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
    Ver en GitHub↗4,665
  1. Home
  2. Software Engineering & Architecture
  3. Retry State Tracking
  4. Execution Timestamp Tracking