Node.js - Cluster Module
What is the main purpose of listening to the
exit event on a worker in Node.js cluster module?exit event on a worker in Node.js cluster module?exit event roleexit event is triggered when a worker process stops, either normally or due to a crash.exitexit helps detect unexpected worker crashes so the master can respond.exit event = detect crash [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions