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
No matter what I try, the other processes always inherits root's cron_restart value.
The root process handles all exit signals and closes the pm2 processes in the same appspace.
Although it does no harm to close the other processes at the same time as the root, it's just not desirable.
Seems like a bug.
How do I prevent pm2 assigning the same cron_restart value as root?