Search posts, tags, users, and pages
Subham Sanghai
Senior Backend Developer
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...
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Useful write-up and something I'm very much considering now that I'm going to be using the GitHub API for some side-projects and they definitely have some limits.
yes, always a good practice to call the upstream APIs in rate limited way, and avoid 429 errors
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Useful write-up and something I'm very much considering now that I'm going to be using the GitHub API for some side-projects and they definitely have some limits.