node-cluster-tutorial
node-cluster-tutorial copied to clipboard
Examples for Node.js cluster module
Results
1
node-cluster-tutorial issues
Sort by
recently updated
recently updated
newest added
Worker will not exit on its own and get forcefully killed because on message.type in line 57 if(message.type === 'shutdown') This should be changed to if(message.text === 'shutdown') for shutdown...