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

Killing a Worker while Tasks are Running Leaves Tasks in the Running Queue #1

Open
alanb1501 opened this issue Mar 27, 2014 · 0 comments
Labels

Comments

@alanb1501
Copy link
Contributor

Repro Steps

  1. Create job foo
  2. Start a worker to process foo, and don't invoke the callback
  3. Kill the Worker

Check that the foo job is still marked in the running queue.

We need a way to detect when we have zero workers, and check that the running queue has items in it. For each item left in the item queue, check the job manifest, and if it's not complete, recycle the job by putting it back into the pending queue.

@alanb1501 alanb1501 added the bug label Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant