I'm using Django, Celery, and Django-Celery. I'd like to monitor the state/results of my tasks, but I'm a little confused on how to do that.
Do I use ./manage.py celeryev
, ./manage.py celerymon
, ./manage.py celerycam
? Do I run sudo /etc/init.d/celeryevcam start
?