Browse Source

新增实时查询

pull/9/head
fanshuai 2 years ago
parent
commit
64b800cefa
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/RuoYiManagementPlatformApplication.java
  2. +0
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/webSocket/WebSocket.java

+ 1
- 0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/RuoYiManagementPlatformApplication.java View File

@@ -32,3 +32,4 @@ public class RuoYiManagementPlatformApplication {
" ''-' `'-' `-..-' ");
}
}


+ 0
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/webSocket/WebSocket.java View File

@@ -56,7 +56,6 @@ public class WebSocket {

// 推送日志数据给客户端
try {
K8sClientUtil.watchPodLog("workflow-controller-7c6f89997b-9lr8z", "argo");
session.getBasicRemote().sendText("nihao");
} catch (Exception e) {
log.error("【WebSocket 消息】推送日志数据失败:" + e.getMessage());


Loading…
Cancel
Save