How to run celery on windows?

前端 未结 10 1008
逝去的感伤
逝去的感伤 2020-11-27 16:13

How to run celery worker on Windows without creating Windows Service? Is there any analogy to $ celery -A your_application worker?

10条回答
  •  Happy的楠姐
    2020-11-27 16:36

    It's done the same way as in Linux. Changing directory to module containing celery task and calling "c:\python\python" -m celery -A module.celery worker worked well.

提交回复
热议问题