-
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
[email protected] and later version can not free the script port when reload/restart instances #731
Comments
cutsin
changed the title
[email protected] and later version can not free the script port
[email protected] and later version can not free the script port when reload/restart instances
Sep 23, 2014
👍 same here.
|
+1 critical issue, cannot be used in production in cluster mode |
DONT USE cluster mode with Node 0.10.x !!! |
@Unitech care to explain why? The readme is a tad poor explaining this. |
@Unitech thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Issue like #74
I'm sure that it's [email protected]'s problem. The [email protected] works fine.
On [email protected] & later,
"exec_mode": "cluster_mode"
was fallback tofork_mode
when use '-watch' option.My Node.js version is: 0.10.32
The text was updated successfully, but these errors were encountered: