How can I automatically reload tasks modules with Celery daemon?

前端 未结 1 2079
温柔的废话
温柔的废话 2021-02-19 02:44

I am using Fabric to deploy a Celery broker (running RabbitMQ) and multiple Celery workers with celeryd daemonized through supervisor. I cannot for the

相关标签:
1条回答
  • 2021-02-19 02:46

    Just a shot in the dark, with the celeryd --autoreload option did you make sure you have one of the file system notification backends? It recommends PyNotify for linux, so I'd start by making sure you have that installed.

    0 讨论(0)
提交回复
热议问题