-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
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.
Reactions are currently unavailable