Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yottahmd committed Apr 26, 2022
1 parent 58ce7d4 commit 72077c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (c *controller) StartJob(bin string, workDir string, params string) (err er
}

func (c *controller) RetryJob(bin string, workDir string, reqId string) (err error) {
log.Printf("retry start: %s, %s, %s, %s", bin, workDir, c.cfg.ConfigPath, reqId)
go func() {
args := []string{"retry"}
args = append(args, fmt.Sprintf("--req=%s", reqId))
Expand Down

0 comments on commit 72077c0

Please sign in to comment.