celerybeat.sysconfig 538 B

123456789101112131415
  1. # In CentOS, contents should be placed in the file /etc/sysconfig/celeryd
  2. # Available options: http://celery.readthedocs.org/en/latest/tutorials/daemonizing.html#init-script-celerybeat
  3. # Where the Django project is.
  4. #CELERYBEAT_CHDIR="/path/to/my_application"
  5. # Absolute or relative path to the celery program
  6. #CELERY_BIN="/usr/local/bin/celery"
  7. # App instance to use (value for --app argument).
  8. #CELERY_APP="my_application.path.to.worker"
  9. # Beat run as an unprivileged user
  10. #CELERYBEAT_USER="brandings"
  11. #CELERYBEAT_GROUP="brandings"