Scroll to navigation

CELERY BEAT(1) celery beat Manual CELERY BEAT(1)

NAME

celery-beat - Start the beat periodic task scheduler.

SYNOPSIS

celery beat [OPTIONS]

DESCRIPTION

Start the beat periodic task scheduler.

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.
Scheduler class to use.
Max seconds to sleep between schedule iterations.
Logging level.
Log destination; defaults to stderr
2024-03-08 5.3.6