This document describes Celery 2.5. 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)
enable_config_from_cmdline = True
get_options()
preload_options = (<Option at 0xd190eec: --app>, <Option at 0xd2314ac: -b/--broker>, <Option at 0xcdbc3ec: --loader>, <Option at 0xcdbcccc: --config>, <Option at 0xd3a9cac: -f/--logfile>, <Option at 0xd3a980c: --pidfile>, <Option at 0xd3a972c: --uid>, <Option at 0xd3a9b8c: --gid>, <Option at 0xd3a948c: --umask>, <Option at 0xd3a9b0c: --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