Browse Source

提交代码

tags/v1.22.9.2^2
ychao_1983 3 years ago
parent
commit
7055faf201
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/grampus/grampus.go

+ 2
- 0
modules/grampus/grampus.go View File

@@ -80,6 +80,8 @@ func GenerateTrainJob(ctx *context.Context, req *GenerateTrainJobReq) (err error

centerID, centerName := getCentersParamter(ctx, req)

log.Info("grampus Command:" + req.Command)

jobResult, err := createJob(models.CreateGrampusJobRequest{
Name: req.JobName,
Tasks: []models.GrampusTasks{


Loading…
Cancel
Save