django-celery-beatEasy Playground

Database-backed periodic task scheduler for Celery + Django

Getting started with django-celery-beatRun locally
Install
pip install django-celery-beat
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: django_celery_beat)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?