[changes] Note the time zone

This commit is contained in:
lanceyq
2026-03-13 21:55:10 +08:00
parent 32d612fbeb
commit ca84fc6c9d

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,