Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start in stopped mode #1956

Closed
zontafil opened this issue Feb 19, 2016 · 4 comments
Closed

Start in stopped mode #1956

zontafil opened this issue Feb 19, 2016 · 4 comments

Comments

@zontafil
Copy link

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.

@sholladay
Copy link

I need to start them later manually

They will just start then. Why would you need to add them to the process database in advance?

@SunSatION
Copy link

+1

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.

@ultimate-tester
Copy link
Contributor

I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for:
#5780

@Unitech
Copy link
Owner

Unitech commented May 24, 2024

Feature landed

Update PM2 to 5.4.0

$ npm install pm2@5.4.0 -g
$ pm2 update

@Unitech Unitech closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants