Celery Beat API

Celery Beat is the scheduler for periodic tasks, supporting crontab-style schedules, interval schedules, and solar schedules. It can also be backed by a database scheduler for dynamic schedules.

API entry from apis.yml

apis.yml Raw ↑
aid: celery:celery-beat-api
name: Celery Beat API
tags:
- Scheduling
- Periodic Tasks
humanURL: https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html
  type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.beat.html
  type: Reference
description: Celery Beat is the scheduler for periodic tasks, supporting crontab-style schedules, interval
  schedules, and solar schedules. It can also be backed by a database scheduler for dynamic schedules.