CICD Link Project Ratelimited

2 months ago

My railway link in the CICD is ratelimited. Need urgent help.

Solved$20 Bounty

Pinned Solution

hey you can use github auto deploy integration with railway, let me know if you need help, https://docs.railway.com/deployments/github-autodeploys

6 Replies

Railway
BOT

2 months ago

We can't bump the CLI rate limit at a per-user or per-workspace level. As a Pro workspace, your limit is 10,000 requests per hour and 50 requests per second. With your "mono" project spanning multiple environments (production, seed, pr-43, pr-47) and many services, your CI/CD pipeline is likely exhausting this limit quickly. Deploy via GitHub auto-deploys instead, they don't hit the same rate limit. If you must use the CLI, you can also use a project token with railway up directly (which skips the link step) and check the Retry-After response header to know when the limit resets.


Status changed to Awaiting User Response Railway about 2 months ago


Railway

We can't bump the CLI rate limit at a per-user or per-workspace level. As a Pro workspace, your limit is 10,000 requests per hour and 50 requests per second. With your "mono" project spanning multiple environments (production, seed, pr-43, pr-47) and many services, your CI/CD pipeline is likely exhausting this limit quickly. Deploy via [GitHub auto-deploys](https://docs.railway.com/deployments/github-autodeploys) instead, they don't hit the same rate limit. If you must use the CLI, you can also use a [project token](https://docs.railway.com/integrations/api#project-token) with `railway up` directly (which skips the `link` step) and check the `Retry-After` response header to know when the limit resets.

2 months ago

No, that is not the issue. I did not do 10,000 requests.


Status changed to Awaiting Railway Response Railway about 2 months ago


Railway
BOT

2 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway about 2 months ago


2 months ago

This is the error in my Github Actions.

It worked until I opened some more Pull requests. But it was maybe like 50 requests overall.

image.png

Attachments


2 months ago

@Railway after some waiting the issue is gone now.

I don't know why this is resolved. It was really bad, because it affected production deployment.


2 months ago

I am getting Ratelimited again, need urgent help! @Railway


hey you can use github auto deploy integration with railway, let me know if you need help, https://docs.railway.com/deployments/github-autodeploys


Status changed to Open ray-chen about 2 months ago


Status changed to Solved passos 17 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...