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

22 Replies, 1224 Views

Honestly? I just cry.

But then I remember `backoff` libs exist.

For Python, `backoff` + `requests` is my combo. For JS, `axios-retry` does the trick.

And if all else fails, bribe the API devs for higher limits.

Messages In This Thread



Users browsing this thread: 1 Guest(s)