【发布时间】:2012-12-11 02:35:31
【问题描述】:
运行状态命令时出现以下错误:-
Am using rabbitmq as the messaging broker
我正在关注这个blog
sudo /etc/init.d/celeryd status
Error: No nodes replied within time constraint
如何调试此错误?
我也检查了这个问题。那里的答案没有帮助。
django/celery - celery status: Error: No nodes replied within time constraint
编辑:-
查看celery beat的日志后发现如下错误
celerybeat raised exception <class 'gdbm.error'>: error(13, 'Permission denied')
【问题讨论】:
-
你用的是什么后端?
-
@bradley.ayers rabbitmq 作为消息传递代理 ...
-
可能是你没有足够的可用磁盘空间,RabbitMQ正在阻塞消息,导致超时?
-
不,我检查了磁盘空间,“df - h”有足够的可用空间。
-
增加日志记录以查看实际发生的情况。
标签: python django celery django-celery celeryd