kombu/docs
Ask Solem 45ac835e97 Redis: Adds queue_order_strategy transport option (Closes #518).
Order in which we consume from queues.
Can be either string alias, or a cycle strategy class

- ``round_robin``
    :class:`~kombu.utils.scheduling.round_robin_cycle``

    Make sure each queue has an equal opportunity to be consumed from.

- ``sorted``
    :class:`~kombu.utils.scheduling.sorted_cycle`.

    Consume from queues in alphabetical order.
    If the first queue in the sorted list always contains messages,
    then the rest of the queues will never be consumed from.

- ``priority``
    :class:`~kombu.utils.scheduling.priority_cycle`.

    Consume from queues in original order, so that if the first
    queue always contains messages, the rest of the queues
    in the list will never be consumed from.

    The default is to consume from queues in round robin.
2015-11-24 13:37:48 -08:00
..
.static Added Sphinx Documentation 2010-07-23 14:43:33 +02:00
.templates s/framework/library 2013-11-03 15:24:32 +00:00
_ext Single item tuples no longer require whitespace 2015-07-13 12:22:16 -07:00
_theme/celery Adds examples to userguide 2011-09-12 10:25:42 +01:00
images Added celery theme to documentation 2010-07-23 15:12:49 +02:00
reference Redis: Adds queue_order_strategy transport option (Closes #518). 2015-11-24 13:37:48 -08:00
userguide Updates changelog 2015-11-06 12:53:42 -08:00
Makefile Added Sphinx Documentation 2010-07-23 14:43:33 +02:00
changelog.rst Added Sphinx Documentation 2010-07-23 14:43:33 +02:00
conf.py flakes 2015-10-02 18:00:30 -07:00
faq.rst Added Sphinx Documentation 2010-07-23 14:43:33 +02:00
index.rst Doctree should have different depths 2012-06-07 15:37:34 +01:00
introduction.rst Added Sphinx Documentation 2010-07-23 14:43:33 +02:00