django-celery-beat
django-celery-beat copied to clipboard
Celery Periodic Tasks backed by the Django ORM
### Summary: * Celery Version: `5.2.3` * Celery-Beat Version: `2.3.0` ### Exact steps to reproduce the issue: 1. Install Celery Beat with the las version of [`pytz`](https://pypi.org/project/pytz/2022.2/) 2. We see...
### Summary: I had the (obviously now incorrect) assumption that if I used `celery_beat` in the celery config dictionary to define my schedule that if I changed it (renamed or...
### Summary: I'm getting ValueError: Extraneous characters at end of TZ string: b'-12,M11.1.0,M1.2.2/123' **while running django commands** https://github.com/mfogel/django-timezone-field/issues/92 * Celery Version: 5.2.7 * Celery-Beat Version: 2.3.0 * Python 3.9.13 *...
### Summary: The Periodic Task schedule is not going through to Celery. * Celery Version: 5.0.5 * Celery-Beat Version: 2.2.0 ### Detailed information We have an application that schedules data...
### Summary: * Celery Version: 4.4.6 * Celery-Beat Version: 2.1.0 ### Exact steps to reproduce the issue: 1. Schedule a task in code, as shown in the celery documentation: ```...
First, Thanks for this great project! 👍 Summary: Current django-celery-beat requires Django (>=3.2.13,
### Summary expire_seconds create a new task anyway and never stop or delete the periodic task. * Celery Version: v5.0.5 * Celery-Beat Version: 2.2.0 ### Exact steps to reproduce the...