celeryflower

celery flower gives unknown worker


I'm using celery with redis backend.

i am passing CELERY_RESULT_BACKEND with the correct redis url and also the broker url to the Celery app config.

I start flower by giving the path to my Celery app with -A and also set the --inspect_timeout=30 argument to allow for slow response from worker. I get Unknown worker 'celery@' when clicking on the worker in the UI.

Any ideas how to get this working?


Solution

  • Refreshing the page at that screen solved it for me.