Merge pull request #566 from SuanmoSuanyangTechnology/fix/time

[changes] Note the time zone
This commit is contained in:
Ke Sun
2026-03-13 21:57:02 +08:00
committed by GitHub

View File

@@ -63,9 +63,9 @@ celery_app.conf.update(
accept_content=['json'],
result_serializer='json',
# 时区
timezone='Asia/Shanghai',
enable_utc=False,
# # 时区
# timezone='Asia/Shanghai',
# enable_utc=False,
# 任务追踪
task_track_started=True,