# Absolute or relative path to the 'celery' command: CELERY_BIN="/home/vagrant/.virtualenvs/colab/bin/celery" # App instance to use # comment out this line if you don't use an app CELERY_APP="colab.celery:app" # Where to chdir at start. CELERYBEAT_CHDIR="/vagrant/" # Extra arguments to celerybeat CELERYBEAT_OPTS="--schedule=/var/run/celery/celerybeat-schedule" CELERTBEAT_LOG_FILE="/var/log/celery/beat.log" CELERYBEAT_PID_FILE="/var/run/celery/beat.pid" CELERYBEAT_USER="vagrant" CELERYBEAT_GROUP="vagrant" # If enabled pid and log directories will be created if missing, # and owned by the userid/group configured. CELERY_CREATE_DIRS=1