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
The main principle of pm2 is to always try to keep your processes online.
So if they are stopped every pm2 update / pm2 reload .... will try to resurrect them.
If you want to remove them from your app list, as @bisubus said, you should do pm2 save.
What's going wrong?
I want to my processes recovery in old status. For example, I stop any process and call pm2 update but after the update, my process is started. Why?
The text was updated successfully, but these errors were encountered: