chore(runner): update runner status when start job
This commit is contained in:
parent
d4c1515f4e
commit
7bebd2bbad
3 changed files with 32 additions and 7 deletions
|
@ -16,8 +16,10 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const errorRetryCounterLimit = 3
|
||||
const errorRetryTimeSleepSecs = 30
|
||||
const (
|
||||
errorRetryCounterLimit = 3
|
||||
errorRetryTimeSleepSecs = 30
|
||||
)
|
||||
|
||||
var (
|
||||
ErrDataLock = errors.New("Data Lock Error")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue