Explaining Rate Limiter System Design
Jan 6 · 6 min read · What is a Rate Limit ? Most API’s and websites have a rate limit to deal with fair usage, high traffic and latency issues. The number of requests you can make in an hour or in a day (technically called the “time-window”) is called as ‘rate limit’. Th...
Join discussion