node-cluster-tutorial icon indicating copy to clipboard operation
node-cluster-tutorial copied to clipboard

Workers should safely exit in line 57

Open kumarneetesh24 opened this issue 9 years ago • 0 comments

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 of process

kumarneetesh24 avatar Mar 14 '16 19:03 kumarneetesh24