如何在后台启动 celerycam 并使用布料
我使用这个命令
sudo('/usr/bin/python /project/manage.py celerycam &') ,
它似乎不能正常工作。它不会在 Fabric 完成其任务的服务器上运行 celerycam。
I use this command
sudo('/usr/bin/python /project/manage.py celerycam &')
and it's seem not to work fine. It does not run celerycam on the server that fabric completed its task.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你应该使用“--detach”参数来代替?
或者更好的是,使用 celeryevcam 初始化脚本: https:/ /github.com/ask/celery/blob/master/contrib/generic-init.d/celeryevcam
Maybe you should use the '--detach' argument instead?
Or even better, use the celeryevcam init script: https://github.com/ask/celery/blob/master/contrib/generic-init.d/celeryevcam