Rest API - Rate Limiting and Throttling
Given this fixed window rate limiter code snippet:
window_size = 60
limit = 5
requests = [10, 20, 30, 40, 50, 55]
Which request will be blocked?
Given this fixed window rate limiter code snippet:
window_size = 60
limit = 5
requests = [10, 20, 30, 40, 50, 55]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions