Skip to content

Commit

Permalink
bugfix: 修复同步ProcessInst重复问题 (closed #302)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt authored and wyyalt committed Sep 20, 2023
1 parent 94537b0 commit e012cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/gsekit/process/handlers/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def create_process_inst(self, process_list: List):
bk_biz_id=self.bk_biz_id,
bk_host_num=bk_host_num,
bk_module_id=cmdb_process["module"]["bk_module_id"],
bk_host_innerip=cmdb_process["host"]["bk_host_innerip"],
bk_host_innerip_v6=cmdb_process["host"].get("bk_host_innerip_v6"),
bk_agent_id=cmdb_process["host"].get("bk_agent_id"),
bk_cloud_id=cmdb_process["host"]["bk_cloud_id"],
Expand Down

0 comments on commit e012cd7

Please sign in to comment.