This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
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
Merge pull request 'fix deployinstancelist bugs' (
#284
) from tzwang/pcm-coordinator:master into master
Former-commit-id:
600999adbc
pull/288/head
tzwang
1 year ago
parent
c55005074f
6f1cb013c7
commit
70cf3c9cce
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
internal/logic/inference/deployinstancelistlogic.go
+ 4
- 0
internal/logic/inference/deployinstancelistlogic.go
View File
@@ -38,6 +38,10 @@ func (l *DeployInstanceListLogic) DeployInstanceList(req *types.DeployInstanceLi
return nil, tx.Error
}
if len(list) == 0 {
return
}
go updater.UpdateDeployInstanceStatusBatch(l.svcCtx, list)
ins := list[0]
Write
Preview
Loading…
Cancel
Save