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

Canceling a job should also kill its process #6

Open
2 tasks
danielbachhuber opened this issue Sep 27, 2013 · 1 comment
Open
2 tasks

Canceling a job should also kill its process #6

danielbachhuber opened this issue Sep 27, 2013 · 1 comment
Milestone

Comments

@danielbachhuber
Copy link
Contributor

When we cancel a job, we'll also want to kill its process.

  • Log the process ID in the jobs table
  • When a job is canceled, ensure the process ID is killed as well
@ghost ghost assigned danielbachhuber Sep 27, 2013
@danielbachhuber
Copy link
Contributor Author

Punting on this for now as it has one key challenge: multi-server job systems. Because our jobs are running on multiple servers, the cancellation request on one server could apply to a process on another server.

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

No branches or pull requests

1 participant