Open NextZeus opened 6 years ago
Any update on this? I'm using node-cleanup to close my webservers and database connection, but it appears forever isn't triggering any of the cleanup conditions, so now I can't restart my server without finding and killing the process with the associated port.
I also encountered this problem (Windows10, Nodejs 10.15, forever 0.15.3), is there any new development? Currently I use the command to manually kill the process:
netstat -ano | findstr 9002
taskkill /f /t /pid xxxx
I have the same problem on Windows Server 2016 and Node 10.15.0 and Forever 0.15.3. Any suggestions?
Looks like --killTree
is not supported on Windows 😢
https://github.com/foreversd/forever-monitor/blob/master/lib/forever-monitor/common.js#L41