chore(runner): update runner status when start job

This commit is contained in:
Bo-Yi Wu
2022-10-14 10:55:49 +08:00
committed by Jason Song
parent d4c1515f4e
commit 7bebd2bbad
3 changed files with 32 additions and 7 deletions

View File

@ -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")