Skip to content
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

stop service cost too much time #374

Closed
ZHOUTING opened this issue Feb 13, 2014 · 1 comment
Closed

stop service cost too much time #374

ZHOUTING opened this issue Feb 13, 2014 · 1 comment

Comments

@ZHOUTING
Copy link

If I use "stop all" command, all my service can be stopped in a few seconds.
But If I use "stop [service name]", it will cost a few minutes to stop one service.

So I modify function "stopProcess" in file "rpcinterface.py", change "killit.delay = 0.2" to "killit.delay = 0.05", "stop [service name]" will back to normal.

@mnaberez
Copy link
Member

mnaberez commented Sep 7, 2014

This looks like the same issues as #131 and should have been fixed by 50d1857.

@mnaberez mnaberez closed this as completed Sep 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants