-
Notifications
You must be signed in to change notification settings - Fork 15
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
restart doesn't restart processes #7
Comments
Forgot to mention that as a workaround I'm doing:
Resque takes time to terminate, so perhaps that is causing the issue with restart? |
I think it's because of the ='s in your config file. There is a pull request open that should fix that |
+1, running into this as well. Also have an |
try now. I just published 0.4.0 |
I have this problem too and I'm pretty sure it's because the process takes too long to quit. what about adding |
when However, if i change the |
Hello,
I've been testing mongroup locally on my OSX 10.8 box before deploying this to production and encountered a minor issue with restart.
I have this basic config:
When started with mongroup, everything is ok:
But when done a
restart
The child processes are terminated and never get up again, so status reports them dead:
And using
ps
to verify I confirm they are dead 👅Last time I checked resque did work properly for this (used with foreman and Procfiles) so I think it respond properly to process termination signals.
Thank you for creating this tool! ❤️ ❤️ ❤️
The text was updated successfully, but these errors were encountered: