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
PID file path; defaults to no PID file
Drops privileges to this user ID
Drops privileges to this group ID
Create files and directories with this umask
Override path to the Python executable
2024-05-15 5.4.0