Skip to content

celery worker command option -A is not working with version 5.0.0 #6363

@venu13

Description

@venu13

Hi, I am running celery worker command as follows:-
pipenv run celery worker -A <celery_instance_file> -l info on windows OS.

I checked the version of celery module installed in python. It says 5.0.0.

#Python interpreter
import celery
celery.version
'5.0.0'

So the error is as follows:-
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.

Error: no such option: -A

I checked the documentation of celery version 5.0.0, and it still has the option -A.
https://docs.celeryproject.org/en/latest/reference/cli.html

So let me know if this is limitation with windows or if this is a bug.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions