ソースを参照

Merge branch 'master' of github.com:celery/celery

Ask Solem 11 年 前
コミット
1e0a7996f2
2 ファイル変更8 行追加0 行削除
  1. 1 0
      CONTRIBUTORS.txt
  2. 7 0
      docs/userguide/canvas.rst

+ 1 - 0
CONTRIBUTORS.txt

@@ -156,3 +156,4 @@ Antoine Legrand, 2014/01/09
 Pepijn de Vos, 2014/01/15
 Dan McGee, 2014/01/27
 Paul Kilgo, 2014/01/28
+Martin Davidsson, 2014/02/08

+ 7 - 0
docs/userguide/canvas.rst

@@ -651,6 +651,13 @@ Chords
 
 .. versionadded:: 2.3
 
+.. note::
+
+    Tasks used within a chord must *not* ignore their results. If the result
+    backend is disabled for *any* task (header or body) in your chord you
+    should read ":ref:`chord-important-notes`".
+    
+
 A chord is a task that only executes after all of the tasks in a group have
 finished executing.