Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Killing the parent process through ^C does not kill the worker processes #32

Open
tusharr opened this issue Jan 14, 2011 · 1 comment
Open

Comments

@tusharr
Copy link

tusharr commented Jan 14, 2011

When I try to kill the parent hydra process using Ctrl + C, the workers continue to do their work.

It would be nice if the workers are also killed when the parent dies.

@ngauthier
Copy link
Owner

Hydra closes the connection to the worker on a CTRL+C. When the worker detects the closed connection (when it finished the current job) it will exit. Sometimes there is a brief delay, based on how long the jobs take.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants