Services are building, but hanging on deployment
Two services in my production environment are building fine, but are hanging (seemingly indefinitely) at the deployment stage. No deployment logs are available.
One service is a Dockerfile that builds fine, the other is the standard Railway postgres service. The same services in my preview environment are deploying properly, as are the other services within the production environment.
I've tried aborting, redeploying, removing+redeploying etc, but to no avail. Hard to debug with no deployment logs
project id: a1702c04-8c3b-48cc-abcd-167469b551ba
Solution:Jump to solution
likely related to #🚨|incidents and the incident was marked as resolved so let me know if you are still having issues
5 Replies
Project ID:
a1702c04-8c3b-48cc-abcd-167469b551ba
All of the services are targeted to deploy to EU West
Update: got a build error after ~20mins hanging on the deployment stage on one of the services:
=========================
Container failed to start
=========================
activity StartToClose timeout
the postgres service also failed after 40mins of hanging on deployment stage saying: Deployment Failed during build process
Solution
likely related to #🚨|incidents and the incident was marked as resolved so let me know if you are still having issues
yeah, just go around to redeploying everything. the postgres instance deployed with no issues, but was still having the same issue with the other service, so just recreated it from scratch and it worked
okay great!