This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei10061
/
cloudide
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ov
master
educoder
3 years ago
parent
3133827119
commit
6e7bc96bd3
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java
+1
-1
web/src/main/resources/application.properties
+ 0
- 1
common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java
View File
@@ -52,7 +52,6 @@ public class DelExpiredPodTask {
SysConfig sysConfig = null;
try {
sysConfig = sysConfigService.lockSysConfig(configParam);
logger.info("-----over sysConfig----:{}",sysConfig);
if (sysConfig != null) {
// 获得清理过期RunPod的锁,查询出过期列表,一一清理
+ 1
- 1
web/src/main/resources/application.properties
View File
@@ -1,4 +1,4 @@
server.port=
8088
server.port=
48835
server.servlet.context-path=/
server.max-http-header-size=8192
server.compression.enabled=true
Write
Preview
Loading…
Cancel
Save