Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forward system signals to the node process using tini
npm run doesn’t handle signal forwarding and crashes on the SIGTERM signal sent by Kubernetes. Tini spawns a process at PID 1 that handles forwarding system signals to all it's child processes. Issur: BB-459
- Loading branch information