How to run celery on windows?

前端 未结 10 1007
逝去的感伤
逝去的感伤 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条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 16:47

    Compile Celery with --pool=solo argument.

    Example: celery -A your-application worker -l info --pool=solo

提交回复
热议问题