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
ik
master
educoder
3 years ago
parent
5a91c77890
commit
1927dacde5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java
+ 1
- 1
common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java
View File
@@ -78,7 +78,7 @@ public class DelExpiredPodTask {
} finally {
if (sysConfig != null) {
try {
sysConfigService.releasSysConfigLock(configParam);
//
sysConfigService.releasSysConfigLock(configParam);
} catch (Throwable t) {
logger.error("释放pod管理锁异常", t);
}
Write
Preview
Loading…
Cancel
Save