Closed GoogleCodeExporter closed 9 years ago
This is fixed in trunk. Celery fetches tasks from its queues using round robin.
A slow task queue will make other queues slower, but it will not stall them.
Users can run different celery workers for the very slow queues if they want to
remove completely their effect on fast queues.
Original comment by e98cu...@gmail.com
on 27 Oct 2010 at 8:07
Fix included in 0.2.0 release.
Original comment by tobias.r...@gmail.com
on 1 Jan 2011 at 11:28
Original issue reported on code.google.com by
e98cu...@gmail.com
on 15 Oct 2010 at 7:25