pm2
pm2 copied to clipboard
feat: add app launch in parallel limit
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 |