Browse Source

Merge pull request #710 from steeve/patch-6

No longer ignore Chord result.
Steeve Morin 13 năm trước cách đây
mục cha
commit
0e45b1a92a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      celery/app/builtins.py

+ 1 - 1
celery/app/builtins.py

@@ -213,7 +213,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):