Rate Limiter
What is a Rate Limiter ? Rate limiting as the name suggests, refers to preventing the frequency of an operation from exceeding a defined limit. Imagine we have a service which is receiving a huge number of requests, but it can only serve a limited n...
Apr 2, 20223 min read255
