You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beat_cron_starting_deadline is used in the is_due function of the crontab class, which celery beat's class TzAwareCrontab inherits from, but overwrites is_due so that this setting does not work.
Celery Version: 5.4.0
Celery-Beat Version: 2.7.0
Exact steps to reproduce the issue:
set beat_cron_starting_deadline = 300
set DJANGO_CELERY_BEAT_TZ_AWARE = True
beat_cron_starting_deadline not work
The text was updated successfully, but these errors were encountered:
cy9747
changed the title
DJANGO_CELERY_BEAT_TZ_AWARE conflicts with setting beat_cron_starting_deadline or celery
DJANGO_CELERY_BEAT_TZ_AWARE conflicts with setting beat_cron_starting_deadline of celery
Sep 26, 2024
Summary:
beat_cron_starting_deadline is a celery configuration variable.
beat_cron_starting_deadline is used in the is_due function of the crontab class, which celery beat's class TzAwareCrontab inherits from, but overwrites is_due so that this setting does not work.
Exact steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: