This document describes Celery 2.4. For development docs, go here.
celery.bin.celerybeat¶
celerybeat
-
-s,--schedule¶ Path to the schedule database. Defaults to celerybeat-schedule. The extension ”.db” will be appended to the filename.
-
-S,--scheduler¶ Scheduler class to use. Default is celery.beat.PersistentScheduler
-
-f,--logfile¶ Path to log file. If no logfile is specified, stderr is used.
-
-l,--loglevel¶ Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.
-
class
celery.bin.celerybeat.BeatCommand(app=None, get_app=None)¶ -
get_options()¶
-
preload_options= (<Option at 0x7fb4e8993518: --app>, <Option at 0x7fb4e8993b48: -b/--broker>, <Option at 0x7fb4e8993908: --loader>, <Option at 0x7fb4e89937e8: --config>, <Option at 0x7fb4e86a3830: -f/--logfile>, <Option at 0x7fb4e86a36c8: --pidfile>, <Option at 0x7fb4e86ba560: --uid>, <Option at 0x7fb4e869be60: --gid>, <Option at 0x7fb4e869bcb0: --umask>, <Option at 0x7fb4e869b758: --workdir>)¶
-
prepare_preload_options(options)¶
-
run(detach=False, logfile=None, pidfile=None, uid=None, gid=None, umask=None, working_directory=None, **kwargs)¶
-
supports_args= False¶
-
-
celery.bin.celerybeat.main()¶