小编Hec*_*tos的帖子

django/celery - celery状态:错误:没有节点在时间限制内回复

我正在尝试在我的生产服务器中部署一个简单的芹菜示例,我已经按照celery网站上关于运行celery as damon的教程http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html #daemonizing,我在/ etc/default/celeryd中得到了配置文件

  1 # Name of nodes to start
  2 # here we have a single node
  3 CELERYD_NODES="w1"
  4 # or we could have three nodes:
  5 #CELERYD_NODES="w1 w2 w3"
  6 
  7 # Where to chdir at start.
  8 CELERYD_CHDIR="/home/audiwime/cidec_sw"
  9 
 10 # Python interpreter from environment.
 11 ENV_PYTHON="/usr/bin/python26"
 12 
 13 # How to call "manage.py celeryd_multi"
 14 CELERYD_MULTI="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryd_multi"
 15 
 16 # # How to call "manage.py celeryctl"
 17 CELERYCTL="$ENV_PYTHON …

python django celery django-celery

10
推荐指数
1
解决办法
9233
查看次数

标签 统计

celery ×1

django ×1

django-celery ×1

python ×1