humanmade / job-agency

Get the workers working!
15 stars 3 forks source link

Canceling a job should also kill its process #6

Open danielbachhuber opened 10 years ago

danielbachhuber commented 10 years ago

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

danielbachhuber commented 10 years ago

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.