Created
June 11, 2016 10:26
-
-
Save daleobrien/6cdcf5fe9eedc66669c3828cba08bef2 to your computer and use it in GitHub Desktop.
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
# Where to chdir at start. | |
CELERYBEAT_CHDIR="$CELERYD_CHDIR" | |
CELERYBEAT="$ENV_PYTHON $CELERYD_CHDIR/manage.py celerybeat" | |
# | |
# # Extra arguments to celerybeat | |
CELERYBEAT_OPTS="--schedule=/home/www/.virtualenvs/insight_env/core/run/celerybeat-schedule" | |
# | |
CELERYBEAT_LOG_FILE="/mnt/log/celery/celerybeat.log" | |
CELERYBEAT_PID_FILE="/var/run/celery/celerybeat.pid" | |
CELERYBEAT_USER="celery" | |
CELERYBEAT_GROUP="www" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment