Getting hit with HTTP 429 - How do you handle rate limiting effectively? or HTTP 429 errors slowing y

22 Replies, 1253 Views

Pro tip: If you’re getting slammed with http 429, check if the API has a bulk endpoint.

Sometimes you can batch requests and cut down on calls. Slack’s API does this, for example.

Also, tools like Apigee or Kong can help manage rate limits on your side before the API even sees ‘em.

Messages In This Thread



Users browsing this thread: 1 Guest(s)