I have a node app ready which is workable, but has known and unknown bugs which crashes the node app. In such cases it would be nice if pm2 can restart the node app. Is this fea
Also, check new excellent option
--exp-backoff-restart-delay=100 (msec, not sec!)
pm2 will restart crashed app after 100 msec, then step-by-step increase restart-delay to 15 secunds