Nodejs process restart doesn't kill child threads and they become zombie process. #14445
Labels
child_process
Issues and PRs related to the child_process subsystem.
cluster
Issues and PRs related to the cluster subsystem.
invalid
Issues and PRs that are invalid.
question
Issues that look for answers.
Hi,
We are using forever to start our nodejs server. We have been using cluster module. So whenever we restart the process using forever restart, so we see that process gets restarted and new workers gets created but sometimes old workers are still running and i see they are consuming some memory but no cpu and not processing anything (as i have put logs to print worker id for every request processing).
The text was updated successfully, but these errors were encountered: