Skip to content

Instantly share code, notes, and snippets.

@rodorgas
Created June 1, 2016 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodorgas/48e51249e2572e8a9a038a30254fd8d6 to your computer and use it in GitHub Desktop.
Save rodorgas/48e51249e2572e8a9a038a30254fd8d6 to your computer and use it in GitHub Desktop.
# /etc/default/celeryd
CELERYD_NODES="worker1"
CELERY_BIN="/usr/local/proj/venv/bin/celery"
CELERY_APP="app"
CELERYD_CHDIR="/usr/local/proj/"
CELERYD_OPTS="--concurrency=4"
CELERYD_LOG_FILE="/var/log/celery/%N.log"
CELERYD_PID_FILE="/var/run/celery/%N.pid"
CELERYD_USER="celery"
CELERYD_GROUP="celery"
CELERY_CREATE_DIRS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment