From 2c7d410ec60b37517afea5cdeb3747edc0cbfcdd Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 8 Sep 2015 19:39:06 +0200 Subject: [PATCH] Update configure.rst --- docs/configure.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/configure.rst b/docs/configure.rst index 4d2b6e9..f869749 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -28,11 +28,12 @@ All configuration settings are optional: name ~~~~ -Used to differentiate between projects using the same Redis server. Defaults to ``'default'``. -This can be useful if you have several projects using the same Redis server. +Used to differentiate between projects using the same broker. +On most broker types this will be used as the queue name. +Defaults to ``'default'``. .. note:: - Tasks are encrypted. When a worker encounters a task it can not decrypt, it will be discarded. + Tasks are encrypted. When a worker encounters a task it can not decrypt, it will be discarded or failed. workers ~~~~~~~