CeleryCAM 不工作... - Django/Celery
芹菜效果非常好! :) 例如结果返回没有问题!
不幸的是 celerycam 没有:
这就是我的面板的样子,celeryev 看起来是一样的。
注意:所有这些任务都已成功完成,只是没有显示为已完成,并且名称也没有显示。
我正在使用以下命令:
python Manage.py celeryd -l info -E
python 管理.py celerycam
我的经纪人是 RabbitMQ
我的数据库是 MongoDB
Django、Celery 和 RabbitMQ 在干净的 Ubuntu 10 安装上运行。
大家有什么想法吗?如果有人能在这方面帮助我,那就太棒了:|
celery works wonderfully! :) e.g. results are returned with no problems!
Unfortunately celerycam does not:
This is what my panel looks like, celeryev looks the same.
NB: all those tasks have been completed succesfully, they are just not showing as completed, and the names are not showing either.
I'm usingthe following commands:
python manage.py celeryd -l info -E
python manage.py celerycam
My BROKER is RabbitMQ
My DATABASE is MongoDB
Django, Celery and RabbitMQ are running on a clean Ubuntu 10 install.
Any ideas folks? Would be amazing if someone could help me on this one :|
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您一次只能运行一个监视器(这一点在下一版本 2.2 中会发生变化)。确保您没有任何剩余的 celerycam/celeryev 进程正在运行,或者升级到开发版本(它现在处于冻结状态,并且已经经过充分测试)。
You can only run one monitor at a time (this is changing in the next version, 2.2). Make sure you don't have any left over celerycam/celeryev processes running, or upgrade to the development version (it is in freeze now, and is already well tested).