hitting 429 Too Many Requests
cyposhop
HOBBYOP

8 months ago

Hello Team,

I'm having a problem with my external API calls.

Any api I try to call, I get a 429 Too Many requests... What could be the cause?

Thanks a lot,

Cypo

$10 Bounty

6 Replies

Railway
BOT

8 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


Railway

Hey there! We've found the following might help you get unblocked faster: - [🧵 429 Too Many Requests: error code: 1015](https://station.railway.com/questions/429-too-many-requests-error-code-1015-7a2b3843) - [🧵 Issue with API Calls - "Too Many Requests"](https://station.railway.com/questions/issue-with-api-calls-too-many-request-8d08a263) - [🧵 Increase API rate limit?](https://station.railway.com/questions/increase-api-rate-limit-325de642) - [🧵 Docker rate limit](https://station.railway.com/questions/docker-rate-limit-c4ace2ad) If you find the answer from one of these, please let us know by solving the thread!

cyposhop
HOBBYOP

8 months ago

didnt help saddly.


8 months ago

Hello,

429 would be something that the external API is returning, you would need to get in contact with them.

Best,
Brody


Status changed to Awaiting User Response Railway 8 months ago


cyposhop
HOBBYOP

8 months ago

Hey Brody,

I can try with any api, after 2-3 requests I run into the 429 error. Not coming from there


Status changed to Awaiting Railway Response Railway 8 months ago


8 months ago

We have no ability to return status codes on behalf of external APIs.

Since this isn't an issue originating from our platform, I'm going to open this thread up to the community so that they may help you if they want.


Status changed to Awaiting User Response Railway 8 months ago


turborx
FREE

8 months ago

hi, you’re hitting a 429 because your app is sending too many requests too fast. try adding rate limiting or exponential backoff, and make sure to respect any retry-after headers. if it's an external api, check their rate limits or consider upgrading your plan.


Loading...