1 ; =======================================
2 ; celeryd supervisor example for Django
3 ; =======================================
6 command=$APP_DIR/redakcja/manage.py celeryd --loglevel=INFO
7 directory=$APP_DIR/redakcja
10 stdout_logfile=$APP_DIR/log/celeryd.log
11 stderr_logfile=$APP_DIR/log/celeryd.log
16 ; Need to wait for currently executing tasks to finish at shutdown.
17 ; Increase this if you have very long running tasks.
20 ; if rabbitmq is supervised, set its priority higher