The Django Celery documentation suggests there are URLs I can check to get the status of a task: http://packages.python.org/django-celery/reference/djcelery.urls.html
What are these URLs?
|
The Django Celery documentation suggests there are URLs I can check to get the status of a task: http://packages.python.org/django-celery/reference/djcelery.urls.html What are these URLs?
| ||||
|
feedback
|
|
To access these URLs, you need to include them from one of your
You would then access them using, for example, | |||||||||
feedback
|