django-celery-transactions icon indicating copy to clipboard operation
django-celery-transactions copied to clipboard

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

Open fladi opened this issue 12 years ago • 1 comments

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.

fladi avatar Oct 22 '13 15:10 fladi

thank you very much for pointing that out!

+1 for the pull

kakulukia avatar Apr 29 '15 13:04 kakulukia