Rest API - Rate Limiting and Throttling
Given a token bucket with max_tokens = 5, refill_rate = 1 token/second, and an empty bucket at time 0, what is the number of tokens available at time 3 seconds?
Given a token bucket with max_tokens = 5, refill_rate = 1 token/second, and an empty bucket at time 0, what is the number of tokens available at time 3 seconds?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions