A modern Promise rate-limiter for Node.js projects, implementing a fixed-window throttling policy. It restricts the number of tasks that can start execution within distinct, non-overlapping time windows. The API provides backpressure control by signaling availability, for enhanced efficiency.
nodejs javascript typescript js executor promise rate-limiting throttle ts rate-limit throttling graceful-shutdown rate-limiter time-windows backpressure es2020 fixed-window promise-limit deterministic-termination backpressure-limit
- Updated
Dec 27, 2024 - TypeScript