We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PM2 don't send SIGINT on pm2 stop for me, only SIGKILL.
SIGINT
pm2 stop
SIGKILL
The text was updated successfully, but these errors were encountered:
It seems that this happens in v1.0.0, in 0.15.9 everything was fine.
Sorry, something went wrong.
Everything work as expected on 1.0.0
Please double check the documentation about signals: http://pm2.keymetrics.io/docs/usage/signals-clean-restart/
Test #1: https://github.com/Unitech/pm2/blob/ba95a803877de19d56d54116d00db46aef532b7f/test/programmatic/signals.js
Test #2: https://github.com/Unitech/pm2/blob/master/test/bash/signal.sh
No branches or pull requests
PM2 don't send
SIGINT
onpm2 stop
for me, onlySIGKILL
.The text was updated successfully, but these errors were encountered: