Your bucket starts full of tokens. Each request spends one.
Each API request generates a rate limit check using a unique key (user ID or IP address).
> new request: GET /api/data
> rate limit key: "ratelimit:user:1234"
> config: {capacity:100, refillRate:10/s}Your bucket starts full of tokens. Each request spends one.
Each API request generates a rate limit check using a unique key (user ID or IP address).
> new request: GET /api/data
> rate limit key: "ratelimit:user:1234"
> config: {capacity:100, refillRate:10/s}Sign in to cast your vote
Sign in to share your feedback and join the discussion.