Last active
October 27, 2017 12:40
-
-
Save l-vincent-l/4169fd3e7a7112f724e09a5c2d852ed7 to your computer and use it in GitHub Desktop.
Initd for celery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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