Skip to content

Commit

Permalink
Merge pull request celery#710 from steeve/patch-6
Browse files Browse the repository at this point in the history
No longer ignore Chord result.
  • Loading branch information
steeve committed Jun 5, 2012
2 parents 7739774 + fa4a8e4 commit 0e45b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/builtins.py
Expand Up @@ -213,7 +213,7 @@ class Chord(app.Task):
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):
Expand Down

0 comments on commit 0e45b1a

Please sign in to comment.