Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Docs about Grouping Tasks (Chords) #7

Open
guettli opened this issue Mar 21, 2013 · 0 comments
Open

Missing Docs about Grouping Tasks (Chords) #7

guettli opened this issue Mar 21, 2013 · 0 comments

Comments

@guettli
Copy link

guettli commented Mar 21, 2013

Please improve the documentation. How can you use Chords with django-celery-transactions?

>>> res = chord([add.s(2, 2), add.s(4, 4)])(sum_task.s())

I guess the above code does not work, since chord() creates a new task, which is not a subclass of the transaction aware Task class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant