6 days ago
My railway link in the CICD is ratelimited. Need urgent help.
6 Replies
6 days 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 • 6 days 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.
6 days ago
No, that is not the issue. I did not do 10,000 requests.
Status changed to Awaiting Railway Response Railway • 6 days ago
6 days 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 • 6 days ago
6 days 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.
Attachments
6 days 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.
4 days ago
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 • 3 days ago