async-exit-hook
async-exit-hook copied to clipboard
pm2 stop do not trigger the hook
run nodejs app as:
pm2 start app.js
it run successfully. Then I tried to stop app:
pm2 stop id
But it can not trigger exitHook()