lol @ "smashing F5 and hoping for the best." Been there.
For 429 http errors, I’ve had success with:
- Throttling requests to 1-2 per second.
- Using a VPN to switch locations manually.
Not fancy, but it works.
Also, some APIs have a `Retry-After` header—check that before retrying!
For 429 http errors, I’ve had success with:
- Throttling requests to 1-2 per second.
- Using a VPN to switch locations manually.
Not fancy, but it works.
Also, some APIs have a `Retry-After` header—check that before retrying!
