-
Notifications
You must be signed in to change notification settings - Fork 9
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
Server code run twice on startup #9
Comments
Same happens to me, this is my log: => Started proxy. => App running at: http://localhost:3000/ |
I'm also experiencing this, is this project still active? |
same issue here |
you can solve this by adding an extra check to make sure the process isn't a worker. For instance, instead of: |
Not sure if it only concerns the server code
Reproduce:
My output (log msg: 'server/test.js'):
=> Started proxy.
=> Started MongoDB.
I20150424-08:36:12.203(2)? server/test.js
I20150424-08:36:12.205(2)? MASTER: Requeued 0 jobs.
=> Started your app.
=> App running at: http://localhost:3000/
I20150424-08:36:12.841(2)? server/test.js
I20150424-08:36:12.847(2)? PID 24372: Started 1 monq workers.
The text was updated successfully, but these errors were encountered: