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

TERM and HUP signals kill the arbiter process but leave zombie worker processes #3

Closed
ericflo opened this issue Jan 10, 2010 · 2 comments

Comments

@ericflo
Copy link
Contributor

ericflo commented Jan 10, 2010

Sending a HUP or TERM signal to the arbiter process probably should not result in zombie worker processes. HUP shouldn't kill the arbiter process, either. INT seems to work properly.

If anyone's running into this, this bash-fu helped me :)

ps aux | grep python | awk '{print $2}' | xargs kill
@ericflo
Copy link
Contributor Author

ericflo commented Jan 10, 2010

It seems QUIT has this bad behavior as well.

@benoitc
Copy link
Owner

benoitc commented Jan 10, 2010

fixed in latest HEAD thanks :). For now we just quit on HUP.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants