R
Railway6mo ago
Dem

Deployment stuck at "starting" for 5+ hours

My railway deployment has been stuck at deployment after building, what might be the problem?
8 Replies
Percy
Percy6mo ago
Project ID: N/A
Fragly
Fragly6mo ago
Well that seems like an issue with your app
Brody
Brody6mo ago
agree with fragly. stuck is the wrong word, the state is marked as completed meaning your app exited without an error, this would be a code issue. i would recommend adding verbose logging to your app in order to find out whats happening.
Dem
Dem6mo ago
I added logger.debug() statements but those didn't show up. How do I add verbose logging?
Brody
Brody6mo ago
make sure you are logging unbuffered to stdout or stderr
Dem
Dem6mo ago
will do, thanks Also, I was previously getting an error from using selenium's chrome webdriver. How do I set up chrome webdriver on railway?
Brody
Brody6mo ago
no clue sorry, I've never done it because a lot of what selenium is used for goes against the railway tos
Dem
Dem6mo ago
Nw, thanks!
Want results from more Discord servers?
Add your server
More Posts
Graceful termination on deployment (SIGTERM wait duration?)Hey Railway, we're happy using Railway for our backend (770d5016-c768-4811-af6f-ada60e049899). HoweI get an "Application failed to respond" 503Is there a way I can understand where it failed. Is it on railway side ? my application ? I'm unsureMigrating a database from AWS RDS to RailwayDoes anyone have a guide or know how to transfer all tables and data from AWS RDS (Postgres) to Railhow to release new version only to subset of users / requestshow to release new version only to subset of users / requests to monitor under production before fulServices are building, but hanging on deploymentTwo services in my production environment are building fine, but are hanging (seemingly indefinitelyHow do you handle automatic generation of domains with ssl?hey, i can create a dummy domain on railway. How can i generate that dynamically? do you have set a [CRITICAL] WORKER TIMEOUT (pid:13) errorMy app builds OK and deploys but I notice static files in Console/Network are pending, then once theWhat is the best way to have my server restart at a particular time every day?I want one of my servers to restart at 2AM every morning. What is the best way to make this happen oDjango deployment strategy for serving mediaHello! I'm currently dealing with an issue regarding how to serve media from a Django application. Migrated Postgres using migration tool, app now fails to deployI used the migration tool to go from Postgres legacy plugin to the database service. The migration c