Skip to content

Commit

Permalink
fix: API 插件超时时间支持任务模块级别配置 #87
Browse files Browse the repository at this point in the history
  • Loading branch information
ZC-A committed Jan 7, 2025
1 parent c377a80 commit ddc0ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ def check_engine_admin_permission(request, *args, **kwargs):
CELERY_QUEUES.extend(get_task_queues(BKFLOW_MODULE.code))

PIPELINE_ENGINE_ADMIN_API_PERMISSION = "module_settings.check_engine_admin_permission"

BKAPP_ENGINE_PLUGIN_TIMEOUT = env.BKAPP_ENGINE_PLUGIN_TIMEOUT

INSTALLED_APPS += (
"rest_framework",
"drf_yasg",
Expand Down

0 comments on commit ddc0ea8

Please sign in to comment.