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
Is it possible to save the state of each process in the startup hook (pm2 save)?
I am using pm2 version 2.10.4 on Windows 10, and I am using the pm2-windows-startup module. It works great, but I have some processes that I want to be listed at startup but not running. Is this possible?
The text was updated successfully, but these errors were encountered:
Yes, I suppose that is a similar feature request. I would assume it means that pm2 save would need to store the status of each process in the dump file and then pm2 resurrect would need to read those statuses and act accordingly.
Is it possible to save the state of each process in the startup hook (
pm2 save
)?I am using pm2 version 2.10.4 on Windows 10, and I am using the
pm2-windows-startup
module. It works great, but I have some processes that I want to be listed at startup but not running. Is this possible?The text was updated successfully, but these errors were encountered: