Celery 3.1 now supports Django out of the box, please see the new tutorial
URLs - djcelery.urlsΒΆ
URLs defined for celery.
/$task_id/done/URL to
is_successful()./$task_id/status/URL to
task_status().
Celery 3.1 now supports Django out of the box, please see the new tutorial
URLs defined for celery.
/$task_id/done/
URL to
is_successful().
/$task_id/status/
URL to
task_status().