IntermediateVocabulary#software-architecture#developer-tools#backend

Token Bucket Algorithm Vocabulary

Learn the vocabulary of refilling a bucket of tokens at a steady rate to allow brief bursts above that rate.

0 / 5 completed
1 / 5
At standup, a dev mentions a rate-limiting scheme that refills a bucket with tokens at a steady rate, lets a request through only if a token is available to remove from the bucket, and allows the bucket to briefly hold a stockpile of unused tokens to absorb short bursts above the steady rate. What is this algorithm called?