Deployment (silently?) fails with "container event container died"
hale
HOBBYOP

a year ago

I have a deployment which uses Docker to run a python script. It's an ETL script that downloads files from one place and imports them into a Postgres database (also running on Railway in the same project, using public networking).

The deployment logs include the line "container event container died" - and perhaps the script has hung, will need to add more logging to be sure.

Memory is stable at 5.23 GBP, vCPU 0.7, network 45MB - so nothing obviously abnormal.

Basically my question is did the container crash, and can I / you tell why from additional logs? Thanks in advance.

1 Replies

brody
EMPLOYEE

a year ago

container event container died

This likely means your app has exited, more verbose logging will help here.


Loading...