[ 项目 ] 修改CI CD流程

This commit is contained in:
zeaslity
2023-06-30 15:18:15 +08:00
parent 6acb5e8141
commit 1e20429b3a
6 changed files with 59 additions and 126 deletions

View File

@@ -78,18 +78,9 @@ public class OctopusAgentServiceImpl implements OctopusAgentService {
CountDownLatch countDownLatch = agentReplayContend.getCountDownLatch();
// 调用后台接收处理所有的Replay信息
asyncWaitOctopusMessageResultService.waitFor(agentReplayContend);
//此处存在重大bug,会导致CPU占用飙升
/*CompletableFuture<Void> getAllAgentVersionInfoFuture = waitCollectAllAgentVersionInfo(
result,
currentTime,
countDownLatch
);*/
boolean isAllHealthyAgentReport = false;
try {
// 超时等待5秒钟, 或者所有的Agent均已经完成上报