How to run celery worker on Windows without creating Windows Service? Is there any analogy to $ celery -A your_application worker?
$ celery -A your_application worker
You can still use celery 4 0+ with Windows 10+ Just use this command "celery -A projet worker - -pool=solo - l info" instead of "celery - A project worker -l info