How to send SIGINT?
niemakestuff
HOBBYOP

a year ago

I want to gracefully shutdown my application. You can do this with Ctrl + C, but I can't seem to find a way to do that in Railway?

Solved

5 Replies

niemakestuff
HOBBYOP

a year ago

N/A


adam
MODERATOR

a year ago

As Railway does not support SSH atm, you cannot just ctrl+c in the container. You would have to throw the shutdown signal from inside your app.


niemakestuff
HOBBYOP

a year ago

i see thats unfortunate
i wish u can implement that feature
not necessarily a full ssh
just a way to send SIGINT


niemakestuff
HOBBYOP

a year ago

or any other kind of signal to the process


adam
MODERATOR

a year ago

!s


Status changed to Solved adam 12 months ago


Loading...