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
Important Please note that from version 1.0.1 Flower uses Celery 5 and has to be invoked in the same style as celery commands do.
The key takeaway here is that the Celery app’s arguments have to be specified after the celery command and Flower’s arguments have to be specified after the flower sub-command.
As per the doc:
Which means
Procfile
should be:web: celery --broker=$BROKER_URL flower --port=$PORT --basic_auth=$FLOWER_BASIC_AUTH
The text was updated successfully, but these errors were encountered: