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

One off tasks don't get stopped #587

Closed
ejholmes opened this issue Jul 16, 2015 · 1 comment · Fixed by #589
Closed

One off tasks don't get stopped #587

ejholmes opened this issue Jul 16, 2015 · 1 comment · Fixed by #589
Labels

Comments

@ejholmes
Copy link
Contributor

Been noticing that tasks started with emp run aren't getting stopped.

@ejholmes
Copy link
Contributor Author

Ah, this makes sense now. Here's a repro:

$ emp run bash -a app

Then in another window, kill that process. The container keeps running because we wait for the container to exit.

I think the immediate solution would be to kill the container on a client disconnect.

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

Successfully merging a pull request may close this issue.

1 participant