What is the minUptime
Forever’s documentation explains each briefly: –minUptime Minimum uptime (millis) for a script to not be considered “spinning” –spinSleepTime Time to wait (millis) between launches of a spinning script. A “spinning” application is one that keeps failing/crashing shortly after a restart. –minUptime sets the minimum amount of time that an application is expected to run. If … Read more