Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Flower 1.0+ #6

Open
callmephilip opened this issue Oct 19, 2021 · 0 comments
Open

Fix for Flower 1.0+ #6

callmephilip opened this issue Oct 19, 2021 · 0 comments

Comments

@callmephilip
Copy link

As per the doc:

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.

Which means Procfile should be:

web: celery --broker=$BROKER_URL flower --port=$PORT --basic_auth=$FLOWER_BASIC_AUTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant