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
Hello, I'm trying to build a dev environment with pm2.
Basically I'm planning to install needed deps with pm2 deploy, but I need to add my services to pm2 list without starting them, as I need to start them later manually.
Is it possible, or am I thinking about the problem the wrong way?
thanks.
The text was updated successfully, but these errors were encountered:
I would like to have the same functionality. I only need to start the load balancer process on deployment and let it start the other processes when needed, otherwise, the server will be overloaded on deployment.
Hello, I'm trying to build a dev environment with pm2.
Basically I'm planning to install needed deps with pm2 deploy, but I need to add my services to pm2 list without starting them, as I need to start them later manually.
Is it possible, or am I thinking about the problem the wrong way?
thanks.
The text was updated successfully, but these errors were encountered: