# Configuration file for Pulp's Celerybeat worker

# Configure the log level for the Celerybeat worker here. DEBUG, INFO, WARNING, ERROR, CRITICAL, and FATAL are the
# allowed values.
CELERYBEAT_LOG_LEVEL="INFO"

# Feel free to adjust the PID file or LOG file settings if you please.
# CELERYBEAT_LOG_FILE="/var/log/pulp/celerybeat.log"
# CELERYBEAT_PID_FILE="/var/run/pulp/celerybeat.pid"

# The user that Celerybeat runs as must be able to write to this folder
CELERYBEAT_OPTS="--workdir=/var/run/pulp/"

# Configure Python's encoding for writing all logs, stdout and stderr
PYTHONIOENCODING="UTF-8"

######################################################################
# Please do not edit any of the settings below this mark in this file!
######################################################################
CELERYBEAT_SCHEDULER="pulp.server.async.scheduler.Scheduler"
CELERYBEAT_APP="pulp.server.async.celery_instance.celery"
