pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

feat: add app launch in parallel limit

Open kekee000 opened this issue 1 year ago • 1 comments

In my app, I use a 'wait ready' event during app startup. Starting one instance takes 1 minute (with high CPU usage during app initialization), and starting all instances takes 6 minutes. Using a 'launch in parallel limit' config could reduce the app's startup time, and CPU usage would be more efficient during the startup phase.

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

kekee000 avatar Apr 11 '24 09:04 kekee000

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 11 '24 09:04 CLAassistant