Flower not showing any workers #1313
Unanswered
dstromberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello people.
I'm attempting to set up Flower for use with two Celery Workers, using docker-compose.
Flower responds to web browser requests, but shows no activity from Celery; the Workers and Tasks tabs both show:
Showing 0 to 0 of 0 entries.
I've googled about this for a couple of hours, but I seem to be getting nowhere.
I'm starting Flower with:
The CELERY_BROKER_URL looks like:
amqp://username:password@rabbitmq:5672/tact-dev
...except I've redacted the username and password.
I have two celery workers, one of which is started with:
The three "..." are places where I've abbreviated this post in the interest of keeping it shorter.
I only recently set up a result backend in celery, and am not 100% sure it is working yet. I'm assuming it's needed for Flower? We have maybe hundreds of tasks right now, but I believe they're all fire and forget.
Where would I find the logs for the flower container? I've exec'd in, but I don't see them anywhere. EG:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions