kbaseattic / assembly

An extensible framework for genome assembly.
MIT License
12 stars 14 forks source link

attempt to fix leak in kill_request #275

Closed levinas closed 9 years ago

levinas commented 9 years ago

When the kill command is sent immediately after a job is launched, occasionally we get the following message:

Job 237: Removed From Queue

but the job will continue uninterrupted.

The solution is to broadcast the kill request even if the job appears "Queued": It could be in routing right after we poll its state and therefore escape termination.