Service receiving SIGKILL
My service keeps exiting with a SIGKILL (exit code 9). This does not happen when I run it locally, and I can't find anymore reason for the exit.
11 Replies
Project ID:
f51c86db-5988-4111-b9fd-0f3b97ce0b32
do you have app sleeping enabled?
nope
what do the memory metrics look like?
It only crashes when I call a specific endpoint that does some processing for ~10 seconds. That dip is from the crash. The endpoint randomly succeeds but maybe only like 10%ish of the time, the rest of the time railway kills the app first
i assume this works locally?
yup, I've ran it a few times and it's never failed
have you ran your project locally in a docker environment?
I'll test that
sounds good, keep me updated!