This document describes an older version of Celery (2.5). For the latest stable version please 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)
enable_config_from_cmdline = True
get_options()
preload_options = (<Option at 0x73feb90: --app>, <Option at 0x73fe998: -b/--broker>, <Option at 0x73fea28: --loader>, <Option at 0x73fefc8: --config>, <Option at 0x73dc710: -f/--logfile>, <Option at 0x73dcc20: --pidfile>, <Option at 0x73dc560: --uid>, <Option at 0x73dc440: --gid>, <Option at 0x73dc998: --umask>, <Option at 0x73dc7e8: --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()

Previous topic

celery.bin.celeryd

Next topic

celery.bin.celeryev

This Page