Nothing shows up in Workers admin
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?
They should show up automatically. Are you running celerycam?
I don't believe I'm running celerycam
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.
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.