Skip to content

Instantly share code, notes, and snippets.

@l-vincent-l
Last active October 27, 2017 12:40
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 l-vincent-l/4169fd3e7a7112f724e09a5c2d852ed7 to your computer and use it in GitHub Desktop.
Save l-vincent-l/4169fd3e7a7112f724e09a5c2d852ed7 to your computer and use it in GitHub Desktop.
Initd for celery
CELERYD_NODES=1
CELERY_BIN="/transport-validator/venv/bin/celery"
CELERY_APP="tasks:app"
CELERYD_CHDIR="/transport-validator"
CELERYD_LOG_FILE="/var/log/celery/%n%I.log"
CELERYD_PID_FILE="/var/run/celery/%n.pid"
CELERYD_USER="celery"
CELERYD_GROUP="celery"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment