79484164

Date: 2025-03-04 15:42:04
Score: 0.5
Natty:
Report link

If your project is timezone naive, you need to set the following in your settings.py:

DJANGO_CELERY_BEAT_TZ_AWARE = False

This resolved the issue for me.

Additionally, you may need to manually set NULL to the last_run_at field in the PeriodicTask model, or you can wait 24 hours for the UTC timezone to pass.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marvin RuciƄski