When I check the logs using flyctl logs
, I see the following:
2022-04-09T22:43:24.108 runner[606b514f] vin [info] Shutting down virtual machine
2022-04-09T22:43:24.108 runner[606b514f] vin [info] Shutting down virtual machine
2022-04-09T22:43:24.108 runner[606b514f] vin [info] Shutting down virtual machine
2022-04-09T22:43:24.108 runner[606b514f] vin [info] Shutting down virtual machine
2022-04-09T22:43:24.108 runner[606b514f] vin [info] Shutting down virtual machine
2022-04-09T22:43:24.134 app[606b514f] vin [info] Sending signal SIGINT to main child process w/ PID 515
2022-04-09T22:43:24.134 app[606b514f] vin [info] Sending signal SIGINT to main child process w/ PID 515
2022-04-09T22:43:24.134 app[606b514f] vin [info] Sending signal SIGINT to main child process w/ PID 515
2022-04-09T22:43:24.134 app[606b514f] vin [info] Sending signal SIGINT to main child process w/ PID 515
2022-04-09T22:43:24.134 app[606b514f] vin [info] Sending signal SIGINT to main child process w/ PID 515
However, I don’t see any Node.js stack-trace (e.g … unhandled exception or something like that). Is this an issue with my node.js application or do I need to configure something in fly.io to prevent my comtainer from shutting down?