awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uber-go/ratelimituber-go 的头像

    uber-go/ratelimit

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