logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

celery-beat - Start the beat periodic task scheduler.

Description

       Start the beat periodic task scheduler.

Name

       celery-beat - Start the beat periodic task scheduler.

Options

--detach
              Detach and run in the background as a daemon.

       -s, --schedule TEXT
              Path  to  the  schedule  database.   Defaults  to `celerybeat-schedule`.The extension '.db' may be
              appended to the filename.

       -S, --scheduler TEXT
              Scheduler class to use.

       --max-interval INTEGER
              Max seconds to sleep between schedule iterations.

       -l, --loglevel [DEBUG|INFO|WARNING|ERROR|CRITICAL|FATAL]
              Logging level.

       -f, --logfile TEXT
              Log destination; defaults to stderr

       --pidfile TEXT
              PID file path; defaults to no PID file

       --uid TEXT
              Drops privileges to this user ID

       --gid TEXT
              Drops privileges to this group ID

       --umask TEXT
              Create files and directories with this umask

       --executable TEXT
              Override path to the Python executable

5.4.0                                              2025-03-01                                     CELERYBEAT(1)

Synopsis

celerybeat [OPTIONS]

See Also