a month ago
Always after a few minutes the service goes offline with 0 replicas running and marked as COMPLETED. This is a continuous service and running locally it works without any issues. Deployment logs ended at 2026-07-21 03:08:02 UTC with no error messages - container appears to have crashed silently (no Container shutdown message either)
What I Tried:
- Agent to set deploy.multiRegionConfig to null
- Redeployed service several times still after a few minutes it concludes with the same symptoms
3 Replies
a month ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • about 1 month ago
0x5b62656e5d
Try setting a custom start command.
a month ago
This service has already a custom start command that just runs the pnpm run start. I'm starting my other services the same way and it works well
a month ago
I'd check to see what pnpm run start does, and make sure your code doesn't stop executing.