UNPKG

pm25

Version:

Production process manager for Node.JS applications with a built-in 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);