Community Article
Rate Limiting: Token Bucket vs Sliding Window
Token bucket is the right default. Sliding window log is correct but expensive. Fixed window is the algorithm I would not ship.
Community Article
Token bucket is the right default. Sliding window log is correct but expensive. Fixed window is the algorithm I would not ship.