UNPKG

pm2

Version:

Modern CLI process manager for Node apps with a builtin load-balancer

11 lines (7 loc) 192 B
setInterval(function() { console.log('log message from echo auto kill'); }, 800); setTimeout(function() { console.error('error message, killing my self'); process.exit(10); }, 3000);