-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster mode broken on Node.js v7.0.0 #2466
Comments
We will wait until the official release of v7.0.0 to fix bugs since they might be fixed inside node itself until the release. |
The official release of v7.0.0 is happening today. The |
v7.0.0 is done. Just waiting on the website to refresh with the links. https://nodejs.org/download/release/latest-v7.x/ |
Ok landed in master, waiting for travis test to pass. The cluster mode got fixed with v7. will be published on 2.0.19 |
Actually we fixed the same change in our own code, now that it has been fixed by nodejs we just skip the workaround for node 7 :). Nice job @Unitech, thanks! |
pm2@2.0.19 with Node v7 fix published There is also a deprecation warning message https://gist.github.com/Unitech/784ad1a6a85146a0330323bc108df581 will be fixed soon Closing |
Steps to reproduce
Try to run an app in cluster mode with
pm2 start app.js -i 2
Software versions used
PM2 Log output
Use the command:
tail --lines 50 ~/.pm2/pm2.log
The text was updated successfully, but these errors were encountered: