Forráskód Böngészése

docs: add note about chord and result backend

Stefan hr Berder 11 éve
szülő
commit
b4a9984c66
1 módosított fájl, 7 hozzáadás és 0 törlés
  1. 7 0
      docs/userguide/canvas.rst

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