Open guettli opened 11 years ago
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.
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.