-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fails to start in background #50
Comments
Am I the only person seeing this problem? Or is this an issue for anyone else? I need to be able to run this in the background. Happy to look into it myself, but it'd be nice to get some idea of what might be causing it or where to start. |
Still no reply to this issue. Anyone? It's a pretty simple example case, would really appreciate some help with this. |
Okay it looks to me that up is abandoned. I'll use something else... |
+1. |
if this abandoned, what are the alternatives? |
I'm just using forever to re-launch, and I believe that you can use cluster |
For production environments I'm trying naught for now. |
If I execute the following using
up -n 1 test.js
(in the foreground) it behaves as expected, but if I start this in the background usingup -n 1 test.js &
then the master dies, the workers never output 'started' or 'listening' and eventually commit suicide.The text was updated successfully, but these errors were encountered: