pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

Setting state in the json app declaration

Open Volox opened this issue 10 years ago • 2 comments
trafficstars

Hi, i have a question/feature request, it is possible to set the "state" of an application (start/stop) in the json schema definition?

In my use case i have a lot (20+) of application definition in the json and when i start them i have to manually stop some of them.

Volox avatar Feb 25 '15 08:02 Volox

I'll upvote this. It would be useful to be able to have pm2 load tasks but leave them in a stopped state

rbarkas avatar Feb 26 '15 22:02 rbarkas

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

ultimate-tester avatar Mar 08 '24 19:03 ultimate-tester

Feature landed

Update PM2 to 5.4.0

$ npm install [email protected] -g
$ pm2 update

Unitech avatar May 24 '24 12:05 Unitech