[settings] Send details task info to celery-db
All checks were successful
build & deploy / test (push) Successful in 1m45s
build & deploy / deploy (push) Successful in 22s

This commit is contained in:
2026-03-23 16:53:43 -04:00
parent 7bb53809ad
commit 21355bae41

View File

@ -107,6 +107,7 @@ CELERY_TIMEZONE = os.getenv("VROBBLER_TIME_ZONE", "America/New_York")
CELERY_TASK_TRACK_STARTED = True
CELERY_TASK_SERIALIZER = "json"
CELERY_ACCEPT_CONTENT = ["json"]
CELERY_RESULT_EXTENDED = True
CELERY_BEAT_SCHEDULE = {
"build-yesterdays-charts": {