leaky-bucket-queue
An implementation of burstable throtling algorithm on top of rxjs
An implementation of burstable throtling algorithm on top of rxjs
A 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.
Rate limiter with tuneable scheduler and distributed run support.
A queue with leaky bucket logic made for promises
A throttled queue backed by MongoDB using the leaky bucket algorithm.
A concurrency aware Redis-backed rate limiter with pacing delay prediction and Token Bucket bursts handling.
Rate limiter for outgoing Axios requests, so you don't violate the speed of light!