Explorar o código

No longer ignore Chord result.

Steeve Morin %!s(int64=13) %!d(string=hai) anos
pai
achega
fa4a8e410e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):