[changes] Note the time zone
This commit is contained in:
@@ -63,9 +63,9 @@ celery_app.conf.update(
|
|||||||
accept_content=['json'],
|
accept_content=['json'],
|
||||||
result_serializer='json',
|
result_serializer='json',
|
||||||
|
|
||||||
# 时区
|
# # 时区
|
||||||
timezone='Asia/Shanghai',
|
# timezone='Asia/Shanghai',
|
||||||
enable_utc=False,
|
# enable_utc=False,
|
||||||
|
|
||||||
# 任务追踪
|
# 任务追踪
|
||||||
task_track_started=True,
|
task_track_started=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user