django-celery-monitor icon indicating copy to clipboard operation
django-celery-monitor copied to clipboard

Celery Monitoring for Django

Results 25 django-celery-monitor issues
Sort by recently updated
recently updated
newest added

Your master build is failing, presumably due to the HTTP 503 error in https://travis-ci.org/jezdez/django-celery-monitor/jobs/324656984. It looks like a temporary network issue, so rerunning the build might do the trick. Can...

Hello. I am getting a quite high CPU usage from the celery monitor process, around 15% constantly, I'm not having a big load or queue so I can't really explain...

Hello I don't know you but I think it should be interesting to set the color of the STARTED string state in the admin to something darker, it's quite difficult...

When I use `stopwait` to stop running workers, it waits correctly, but the last task to run does not get its status updated to `SUCCESS`, it remains `STARTED`, even when...

It would be nice to have example scripts, [similar to Celery itself](http://docs.celeryproject.org/en/latest/userguide/daemonizing.html), for upstart/systemd/etc. While I'm sure I can just copy and modify the celerybeat scripts for the purpose, I...