-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 后台 Job 任务支持在非全业务集下执行 #2158
Labels
Comments
metadata 计算改用
|
Huayeaaa
added a commit
to Huayeaaa/bk-nodeman
that referenced
this issue
Apr 25, 2024
Huayeaaa
added a commit
to Huayeaaa/bk-nodeman
that referenced
this issue
Apr 25, 2024
Huayeaaa
added a commit
to Huayeaaa/bk-nodeman
that referenced
this issue
Apr 26, 2024
ZhuoZhuoCrayon
pushed a commit
that referenced
this issue
Apr 26, 2024
wyyalt
pushed a commit
that referenced
this issue
Jun 17, 2024
chalice-1831
pushed a commit
to chalice-1831/bk-nodeman
that referenced
this issue
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
背景
节点管理使用 Job 全业务集(9991001)作为执行业务
业务集依赖单一版本 Agent,复杂场景下可能需要根据业务,把 Job 任务下放到业务下执行
功能
功能实现
建议的方案
节点管理使用的文件分发参数(也可以从日志平台捞):
apps.core.files.base.BkJobMixin.fast_transfer_file
全局搜下图里的两个函数
/backend/components/collections/job.py
及components
里其他依赖settings.BLUEKING_BIZ_ID
的地方,使用注入的SCOPE_ID
&SCOPE_TYPE
,替换 job 调用参数bk_scope_type
/bk_scope_id
/bk_biz_id
实现方案
功能自测
功能点 1
描述代码变更涉及功能点及自测截图
功能点 2
描述代码变更涉及功能点及自测截图
...
The text was updated successfully, but these errors were encountered: