We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please improve the documentation. How can you use Chords with django-celery-transactions?
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.
The text was updated successfully, but these errors were encountered: