瀏覽代碼

No longer ignore Chord result.

Steeve Morin 13 年之前
父節點
當前提交
fa4a8e410e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/app/builtins.py

+ 1 - 1
celery/app/builtins.py

@@ -202,7 +202,7 @@ def add_chord_task(app):
         app = _app
         name = "celery.chord"
         accept_magic_kwargs = False
-        ignore_result = True
+        ignore_result = False
 
         def run(self, header, body, interval=1, max_retries=None,
                 propagate=False, eager=False, **kwargs):