Rest API - Rate Limiting and Throttling
Given a token bucket with max_tokens = 3, refill_rate = 1 token/second, and current tokens = 1, what will be the tokens after 2 seconds if no requests are made?
Given a token bucket with max_tokens = 3, refill_rate = 1 token/second, and current tokens = 1, what will be the tokens after 2 seconds if no requests are made?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions