Contents

django-celery-beat 2.7.0

0

Database-backed Periodic Tasks.

Database-backed Periodic Tasks.

Stars: 1680, Watchers: 1680, Forks: 428, Open Issues: 118

The celery/django-celery-beat repo was created 8 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 1680 github stars!

How to Install django-celery-beat

You can install django-celery-beat using pip

pip install django-celery-beat

or add it to a project with poetry

poetry add django-celery-beat

Package Details

Author
Asif Saif Uddin, Ask Solem
License
BSD
Homepage
https://github.com/celery/django-celery-beat
PyPi:
https://pypi.org/project/django-celery-beat/
GitHub Repo:
https://github.com/celery/django-celery-beat

Classifiers

  • Communications
  • Software Development/Libraries/Python Modules
  • System/Distributed Computing
No  django-celery-beat  pypi packages just yet.

Errors

A list of common django-celery-beat errors.

Code Examples

Here are some django-celery-beat code examples and snippets.

GitHub Issues

The django-celery-beat package has 118 open issues on GitHub

  • Periodic task crontab shedule not working
  • PeriodicTask can not be triggered, when update enabled=True
  • REST API support
  • A unit Test to make sure ClockedSchedule and PeriodicTasks are shown in TimeZone format
  • Validate schedule objects on save for faster, more informative failures
  • Adding name col to CrontabSchedule model
  • Add support for Django 4.0
  • Periodic tasks admin calls django.setup on first load
  • support for python 3.9 and 3.10
  • Why does Clocked Time have no time zone information
  • perf: respect django database routing
  • initial draft CI
  • try newer version
  • Using a list with day_of_week in code doesn't survive contact with database
  • Using django-celery-beat, Scheduled tasks are triggered repeatedly

See more issues on GitHub

Related Packages & Articles

celery-batches 0.9

Experimental task class that buffers messages and processes them as a list.

bugsnag 4.7.1

Automatic error monitoring for django, flask, etc.

billiard 4.2.1

Python multiprocessing fork with improvements and bugfixes