You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to start a process from NodeJS, but seems like shutdown_with_message option is not available in the pm2.StartOptions. Can it be added? I want to use it on a Windows Server environment where kill signals are not working.
import*aspm2from'pm2';pm2.start({name: 'test',script: './test.js',shutdown_with_message: true,// Option not available and is ignored.});
The text was updated successfully, but these errors were encountered:
greg-md
changed the title
shutdown_with_message is not available when starting a process from script
shutdown_with_message is not available in Javascript API
Mar 19, 2025
Hello,
I am trying to start a process from NodeJS, but seems like
shutdown_with_message
option is not available in thepm2.StartOptions
. Can it be added? I want to use it on a Windows Server environment where kill signals are not working.The text was updated successfully, but these errors were encountered: