Event: 'disconnect'
Similar to the cluster.on('disconnect') event, but specific to this worker.
cluster.fork().on('disconnect', () => {
// Worker has disconnected
});Event: 'disconnect'
Similar to the cluster.on('disconnect') event, but specific to this worker.
cluster.fork().on('disconnect', () => {
// Worker has disconnected
});
Please login to continue.