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 和 Celery ,它可以工作。
我现在需要 celery 启动等。这怎么做?
我正在运行 Ubuntu 和 Apache,我要向我的虚拟主机添加一些东西吗?
任何帮助,入门指南都会有所帮助。我用谷歌搜索但没有找到任何东西。
谢谢你。
运行以下命令。它将使您的 /etc/init.d/celeryd 在启动时启动。
sudo update-rc.d celeryd defaults