From 48100ef83be4d89458b37fea68f526573f97e4b7 Mon Sep 17 00:00:00 2001 From: Ashutosh Das Date: Fri, 12 Aug 2016 12:35:23 +0600 Subject: [PATCH] Update brokers.rst --- docs/brokers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/brokers.rst b/docs/brokers.rst index 7345e98..ed06b42 100644 --- a/docs/brokers.rst +++ b/docs/brokers.rst @@ -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. \ No newline at end of file + Returns a :class:`Broker` instance based on the current configuration.