api-rate-limiting
Used to limit function call frequency. It ensures your function is called evenly within the limit rather than being called intensively in a short time.
A production-grade rate limiter module with 5+ algorithms (Token Bucket, Sliding Window, Leaky Bucket, etc.) with multi-backend support (Redis, memory, distributed).