21 days ago
Hi Railway Support,
Our worker service keeps stopping a few seconds after start. To isolate, I changed the start command to tail -f /dev/null and it still stops. That suggests the platform is sending SIGTERM, not the app.
Details:
Project:
871c4780-6e4f-4ce3-95d0-03d9751f5e03Environment:
79dd6e01-b96b-44ae-98e1-0b9fdff51090Service:
36e7d97c-e32a-4d2e-8b1a-0f54196a8f68Deployment:
e153347c-0b91-4567-b014-91da74ed47eeReplica:
cbcd956f-c377-4010-8a13-08ff609054aeTimestamp of stop:
2026-02-22T13:18:08.075563166Z
Config:
Restart Policy: Always
Serverless: Off
Replicas: 1
Public networking: Off
Healthcheck: none
Could you check why the worker container is being stopped?
Thanks!
Pinned Solution
18 days ago
My worker was depending on a REDIS configuration, I forgot to add the REDIS_URL variable to the main web project. This caused stopping of the worker.
3 Replies
21 days ago
Hey, have you checked logs? Any chances it's an Out of memory kill? It can also be another deployment (automatically) being triggered which kills the current one. Also, do you have a volume attached to the service/container?
20 days ago
yes I have, I also checked the automatic deployment, there is no volume attached. The worker is intended for the REDIS database to do background tasks
18 days ago
My worker was depending on a REDIS configuration, I forgot to add the REDIS_URL variable to the main web project. This caused stopping of the worker.
Status changed to Solved brody • 18 days ago