Limit the execution rate of a function using the token bucket algorithm
lpincaover 2 years agoA flexible rate limiter using different variations of the Token Bucket algorithm, with hierarchy support, and optional persistence in Redis. Useful for limiting API requests, or other tasks that need to be throttled.
jesucarrover 2 years agoRolling rate limit in redis via a lua script
BitMEXover 2 years agoA flexible rate limiter using different variations of the Token Bucket algorithm, with hierarchy support, and optional persistence in Redis. Useful for limiting API requests, or other tasks that need to be throttled.
leegunwoo98about 1 month agoA concurrency aware Redis-backed rate limiter with pacing delay prediction and Token Bucket bursts handling.
clickup5 months ago