You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-django-celery-beat-2.8.1-1.lbn36.noarch

python3-django-celery-beat-2.8.1-1.lbn36.noarch

Package Attributes
RPM  python3-django-celery-beat-2.8.1-1.lbn36.noarch.rpm Architecture  noarch Size  381988 Created  2025/08/24 03:22:47 UTC
Package Specification
Summary Database-backed Periodic Tasks.
Group Unspecified
License ZPL
Home Page https://pypi.org/project/django-celery-beat
Description

Version: 2.8.1

Web: http:/django-celery-beat.readthedocs.io/

Download: http:/pypi.python.org/pypi/django-celery-beat

Source: http:/github.com/celery/django-celery-beat

Keywords: django, celery, beat, periodic task, cron, scheduling

About This extension enables you to store the periodic task schedule in the database. The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run.

Using the Extension Usage and installation instructions for this extension are available from the Celery documentation.

Important Warning about Time Zones

Warning If you change the Django TIME_ZONE setting your periodic task schedule will still be based on the old timezone. To fix that you would have to reset the “last run time” for each periodic task:

>>> from django_celery_beat.models import PeriodicTask, PeriodicTasks >>> PeriodicTask.objects.all().update(last_run_at=None) >>> PeriodicTasks.update_changed()

N

Requires
(python3.10dist(django) < 6~~ with python3.10dist(django) >= 2.2)  
rpmlib(PayloadFilesHavePrefix)  
(python3.10dist(celery) < 6~~ with python3.10dist(celery) >= 5.2.3)  
rpmlib(CompressedFileNames)  
rpmlib(RichDependencies)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(TildeInVersions)  
rpmlib(FileDigests)  
Provides
python-django-celery-beat
python3-django-celery-beat
python3.10-django-celery-beat
python3.10dist(django-celery-beat)
python3dist(django-celery-beat)
Obsoletes
python-django-celery-beat

Document Actions