Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
celerydpidfile は必要ありませんが、必要なcelerybeatようです。無効にする方法はありますか?Upstart を使用してプロセスを管理しているため、pidfile の使用は冗長です。
celeryd
celerybeat
以下は数人でうまくいったようですので、回答として提出します:
python manage.py celerybeat --pidfile= --schedule=/var/my_app/celerybeat-schedule
--pidfile=(pidfile 引数としての空の文字列) は作成を停止するようです。
--pidfile=