CeleryCAM 不工作... - Django/Celery

发布于 2024-10-10 06:42:51 字数 545 浏览 0 评论 0原文

芹菜效果非常好! :) 例如结果返回没有问题!


不幸的是 celerycam 没有:

这就是我的面板的样子,celeryev 看起来是一样的。

注意:所有这些任务都已成功完成,只是没有显示为已完成,并且名称也没有显示。

alt text


我正在使用以下命令:

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.

alt text


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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蔚蓝源自深海 2024-10-17 06:42:51

您一次只能运行一个监视器(这一点在下一版本 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文