You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Howdy all,
I would love to implement a flower solution to manage "n" number of dispersed celery workers in a K8 cluster.
The issue that I have, even with the "-E" invocation is that flower doesn't register the tasks.
The only way I have been able to get flower to register the tasks is by invoking: "celery -A app.one flower"
The issue with this, I don't want to have "n" flower deployments.
Am I implementing this wrong or is this not supported?
I was able to do this outside of K8 but routing my celery_config files through a "main.py", but that won't work for me in a K8 env.
Beta Was this translation helpful? Give feedback.
All reactions