你正在阅读 Celery 3.1 的文档。开发版本文档见: 此处.
The celery beat command.
参见
See Preload Options and Daemon Options.
Detach and run in the background as a daemon.
Path to the schedule database. Defaults to celerybeat-schedule. The extension ‘.db’ may be appended to the filename. Default is {default}.
Scheduler class to use. Default is celery.beat.PersistentScheduler.
Max seconds to sleep between schedule iterations.
Path to log file. If no logfile is specified, stderr is used.
Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.
Start the beat periodic task scheduler.
Examples:
celery beat -l info
celery beat -s /var/run/celery/beat-schedule --detach
celery beat -S djcelery.schedulers.DatabaseScheduler