mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Update brokers.rst
This commit is contained in:
@@ -2,7 +2,7 @@ Brokers
|
||||
=======
|
||||
|
||||
The broker sits between your Django instances and your Django Q cluster instances; accepting, saving and delivering task packages.
|
||||
Currently we support a variety of brokers from the default Redis, bleeding edge Disque to the convenient ORM and fast MongoBD.
|
||||
Currently we support a variety of brokers from the default Redis, bleeding edge Disque to the convenient ORM and fast MongoDB.
|
||||
|
||||
The default Redis broker does not support message receipts.
|
||||
This means that in case of a catastrophic failure of the cluster server or worker timeouts, tasks that were being executed get lost.
|
||||
@@ -190,4 +190,4 @@ You can override this class if you want to contribute and support your own broke
|
||||
|
||||
.. py:function:: brokers.get_broker()
|
||||
|
||||
Returns a :class:`Broker` instance based on the current configuration.
|
||||
Returns a :class:`Broker` instance based on the current configuration.
|
||||
|
||||
Reference in New Issue
Block a user