Event: 'online'
Similar to the cluster.on('online') event, but specific to this worker.
cluster.fork().on('online', () => {
// Worker is online
});It is not emitted in the worker.
Event: 'online'
Similar to the cluster.on('online') event, but specific to this worker.
cluster.fork().on('online', () => {
// Worker is online
});It is not emitted in the worker.
Please login to continue.