This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
新增实时查询
pull/9/head
fanshuai
2 years ago
parent
cd881be413
commit
64b800cefa
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/RuoYiManagementPlatformApplication.java
+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());
Write
Preview
Loading…
Cancel
Save