Skip to content

Commit

Permalink
Merge pull request #1072 from psyray/fix-celery-beat-crash
Browse files Browse the repository at this point in the history
Temporary fix to prevent celery beat crash
  • Loading branch information
yogeshojha authored Nov 23, 2023
2 parents b190060 + aae8e9f commit b557c6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/reNgine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
USE_L10N = True
USE_TZ = True

# Temporary fix for celery beat crash
# See https://github.com/yogeshojha/rengine/issues/971
DJANGO_CELERY_BEAT_TZ_AWARE = False

MEDIA_URL = '/media/'
FILE_UPLOAD_MAX_MEMORY_SIZE = 100000000
Expand Down

0 comments on commit b557c6b

Please sign in to comment.