Merge pull request #187 from pyprism/patch-1

Update brokers.rst
This commit is contained in:
Ilan Steemers
2016-11-28 11:13:39 +01:00
committed by GitHub
+2 -2
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.