How to create Celery Windows Service?

前端 未结 5 1832
鱼传尺愫
鱼传尺愫 2020-12-24 04:56

I\'m trying to create a Windows Service to launch Celery. I have come across an article that does it using Task Scheduler. However it seems to launch numerous celery instanc

5条回答
  •  失恋的感觉
    2020-12-24 05:40

    A good project here but didn't succeed to use it : Link to the GitHub of the django-windows-tools. It gave me a timeout at the last command line. Doesn't have enough time to search why.

    The package allow settings FastCGI, Celery and Static files of a Django project on IIS.

提交回复
热议问题