Skip to content

Conversation

@RobbertH
Copy link
Contributor

@RobbertH RobbertH commented Nov 1, 2020

In Celery 5.0, -A or --app should come first, as a global option. Running celery worker -A results in the following output:

"You are using -A as an option of the worker sub-command:
celery worker -A celeryapp <...>

The support for this usage was removed in Celery 5.0. Instead you should use -A as a global option:
celery -A celeryapp worker <...>"

In Celery 5.0, -A or --app should come first, as a global option. Running celery worker -A results in the following output:

"You are using `-A` as an option of the worker sub-command:
celery worker -A celeryapp <...>

The support for this usage was removed in Celery 5.0. Instead you should use `-A` as a global option:
celery -A celeryapp worker <...>"
@Buuntu Buuntu merged commit 0eb3eac into Buuntu:master Nov 2, 2020
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

Successfully merging this pull request may close these issues.

2 participants