Active
Project:
Concurrent Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2014 at 20:12 UTC
Updated:
6 Apr 2015 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidOk let's try this.
Comment #2
dave reidFinal version.cancel
Comment #3
dave reidNevermind, it looks like this actually messes with execution order. Using this code only the first subqueue is able to grab items, and the second subqueue queue keeps failing the claimItem() method and ends up processing nothing.
Comment #4
dave reidRe-investigating this...