django-celery-beat

Package — Web AuthPython 3.7+Intermediate

Database-backed periodic task scheduler for Celery + Django

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Django, Celery, python-crontab, django-timezone-field
Install
pip install django-celery-beat

Learn by Difficulty

Quick Example

python
# Install: pip install django-celery-beat
import django_celery_beat

# Basic django-celery-beat usage
print(f"Using django-celery-beat")
# See documentation for detailed examples

django-celery-beat is a third-party package. Database-backed periodic task scheduler for Celery + Django. Install with: pip install django-celery-beat

Try in Playground

Tags

packagewebauthenticationmiddleware