Skip to content

Commit

Permalink
feat: 添加返回数据间隔时间 --story=120737215 (#7623)
Browse files Browse the repository at this point in the history
* feat: 添加返回数据间隔时间 --story=120737215

* fix: 修复相应上下文问题 --story=120737215
  • Loading branch information
guohelu authored Nov 28, 2024
1 parent b6844f6 commit f8a8947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcloud/core/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def mysetting(request):
"_": _, # 国际化
"LANGUAGES": settings.LANGUAGES, # 国际化
# 自定义变量
"PERIODIC_TASK_SHORTEST_TIME": settings.PERIODIC_TASK_SHORTEST_TIME,
"OPEN_VER": settings.OPEN_VER,
"RUN_VER": settings.RUN_VER,
"RUN_VER_NAME": EnvironmentVariables.objects.get_var(run_ver_key, settings.RUN_VER_NAME),
Expand Down

0 comments on commit f8a8947

Please sign in to comment.