Update brokers.rst

This commit is contained in:
Ashutosh Das
2016-08-12 12:35:23 +06:00
committed by GitHub
parent 60b95a61c8
commit 48100ef83b

View File

@@ -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.