Django Celery: Admin interface showing zero tasks/workers -


I have established a cache with Django ORM as back-end

  • I have started with Selerid -i flag python manage.py celeryd -E - trying to monitor. 1 INFO-V 1 -f /path/to/celeryd.log

  • Start SalaryCam with the default snapshot frequency of 1 second was done. Python Mannege Selerik

    I can be executed (in celery log) and the result is being stored (data model periodically But by those tasks being changed) However, in the Django admin panel, zero items are being displayed in Task / Worker pages. This happens even when celeryev (shows event / work / workers) starts.

    Want to change any additional configuration settings to achieve monitoring?

    My Software Stack: Django 1.1, Celery 2.2.4, Python 2.4

    Event Snapshot does not currently work with Django ORM transport.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -