Node.js - Cluster Module
In a Node.js cluster, how do you correctly attach a listener to detect when a worker process exits?
worker.on('exit', callback) to listen for the exit event.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions