Closed reyery closed 1 year ago
Description Node services might not respond to service signals and take a while to stop. Responding to signals would allow us to do cleanup as well.
saas-nodes seem to handle KeyboardInterrupt (i.e. Ctrl-C) but not explicitly the SIGTERM signal.
KeyboardInterrupt
Description Node services might not respond to service signals and take a while to stop. Responding to signals would allow us to do cleanup as well.