mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: update CELERY_timezone to use CONFIG.get_time_zone() for improved timezone handling
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
This commit is contained in:
parent
04f3fc5213
commit
47dd177b7e
|
|
@ -68,7 +68,7 @@ else:
|
|||
}
|
||||
}
|
||||
CELERY_result_backend = CELERY_BROKER_URL
|
||||
CELERY_timezone = CONFIG.TIME_ZONE
|
||||
CELERY_timezone = CONFIG.get_time_zone()
|
||||
CELERY_ENABLE_UTC = False
|
||||
CELERY_task_serializer = 'pickle'
|
||||
CELERY_result_serializer = 'pickle'
|
||||
|
|
|
|||
Loading…
Reference in New Issue