Container Event Died - Docker / Rust
dexther
HOBBYOP

a year ago

Hello,

I have been using Railway for Rust containers applications for a couple of weeks now. The code is continuously reading network streams and after a couple of hours functioning normally, it suddenly gets an "container event died" message. The Railway service does not restart as it does get into "crashed" state. I have tried both legacy runtime and V2. In legacy I simply do not get an error message. Does anyone could help me with that?

Thank you,

1 Replies

brody
EMPLOYEE

a year ago

A "container event died" log in this situation likely means your app simply exited with a non error code, and without printing any logs on why it exited, please add verbose debug logging so that you can hopefully narrow down why your application is deciding to exit.


Loading...