celeryd and celerybeat pid files are not being created, workers are not starting, but output says OK
问题 I setted up celeryd and celerybeat as daemons, and they worked until not too long. But since some time, it wont start workers and not create pid files. Here is my /etc/default/celeryd : # Name of nodes to start CELERYD_NODES="w1 w2 w3 w4 w5 w6 w7 w8" # Extra arguments to celeryd CELERYD_OPTS="--time-limit=300 --concurrency=8" # Where to chdir at start. CELERYD_CHDIR="/srv/www/web-system/myproject" # %n will be replaced with the nodename. #CELERYD_LOG_FILE="/var/log/celery/%n.log" #CELERYD_PID