Skip to content

Commit

Permalink
fix: 提供 Job 接口限流机制 (closed TencentBlueKing#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Jun 7, 2024
1 parent 4a55b57 commit 7d45dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/subscription/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ def get_all_subscription_steps_context(
"login_ip": target_host.login_ip,
},
# 获取插件配置公共常量
"constants": get_plugin_common_constants(plugin_name, get_cache=True),
"constants": get_plugin_common_constants(plugin_name),
},
)
# 深拷贝一份,避免原数据后续被污染
Expand Down

0 comments on commit 7d45dc8

Please sign in to comment.