DEV Community

Discussion on: Understanding the NodeJS cluster module (1/4)

Collapse
 
acanimal profile image
Antonio Santiago

Which OS and node version are you using?

I think the problem is the master process is executing the "exit()" sentence before the any of the children are executed.

The "good" solution would be the master process "listens" when all workers are finished and the exit.