bradleyayers / django-celery-transactions

Django transaction support for Celery tasks.
Other
196 stars 56 forks source link

Heads up that task.delay() returns None, not AsyncResult. #10

Open fladi opened 10 years ago

fladi commented 10 years ago

The original Task from celery returns an AsyncResult for task.delay() and task.apply_async(args, kwargs). I think it should be mentioned that this package exhibits a different behavior (due to technical limitations) and how to work around this in order to track tasks later on.

kakulukia commented 9 years ago

thank you very much for pointing that out!

+1 for the pull