You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a worker to process foo, and don't invoke the callback
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.
The text was updated successfully, but these errors were encountered:
Repro Steps
foo
foo
, and don't invoke the callbackCheck 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.
The text was updated successfully, but these errors were encountered: