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

Nothing shows up in Workers admin

Open km-pg opened this issue 9 years ago • 4 comments

Should my celery workers automatically show up in the Workers admin section? Nothing shows up there. Do I have to add them manually some how?

km-pg avatar Oct 17 '16 20:10 km-pg

They should show up automatically. Are you running celerycam?

vytisb avatar Oct 17 '16 21:10 vytisb

I don't believe I'm running celerycam

km-pg avatar Oct 17 '16 21:10 km-pg

To be clear: this is for task execution monitoring in admin. If you don't want/need to see the state of running tasks in admin, it is safe to ignore all this.

First, you need to run all your workers with -E argument, so that it would send events about its state.

Then you need to tun python manage.py celerycam. This will start to fill information into Tasks and Workers admins.

vytisb avatar Oct 17 '16 21:10 vytisb

Gotcha. Didn't see that anywhere in the docs. I'm already running Flower. I was just curious if the Workers/Tasks admin pages were any different than what I can see in Flower.

km-pg avatar Oct 17 '16 21:10 km-pg