IntermediateVocabulary#backend#architecture#devops

Token Bucket Algorithm Vocabulary

Learn the vocabulary of refilling a bucket of tokens at a steady rate to allow bursts while capping the long-run average rate.

0 / 5 completed
1 / 5
A teammate explains that a rate limiter maintains a bucket that refills with tokens at a steady rate up to a fixed capacity, and each incoming request must consume one token to proceed, so short bursts up to the bucket's capacity are allowed while the long-run average rate stays capped. What rate-limiting algorithm is being described?