Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我是 Django 新手,我需要问什么是启动celerymon并让它在后台运行的最佳方法?
我用它来用 Nagios 监控 Celery。
这就是我现在开始的方式:
./manage.py celerymon --detach --settings=settings.jacob
在 Django 中管理进程的一个常见解决方案是Supervisor。
扩展这个例子应该不难:How to keep Celery running with Supervisor?