CeleryCAM not working... - Django/Celery

Posted by RadiantHex on Stack Overflow See other posts from Stack Overflow or by RadiantHex
Published on 2010-12-29T22:04:34Z Indexed on 2011/01/01 9:54 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

Hi folks,

celery works wonderfully! :) e.g. results are returned with no problems!


Unfortunately celerycam does not:

This is what my panel looks like, celeryev looks the same.

NB: all those tasks have been completed succesfully, they are just not showing as completed, and the names are not showing either.

alt text


I'm usingthe following commands:

python manage.py celeryd -l info -E

python manage.py celerycam

My BROKER is RabbitMQ

My DATABASE is MongoDB

Django, Celery and RabbitMQ are running on a clean Ubuntu 10 install.


Any ideas folks? Would be amazing if someone could help me on this one :|

© Stack Overflow or respective owner

Related posts about python

Related posts about django