Update periodicalexecutor.go (#389)

This commit is contained in:
ALMAS
2021-01-14 22:20:09 +08:00
committed by GitHub
parent eca4ed2cc0
commit c77b8489d7

View File

@@ -51,7 +51,7 @@ func NewPeriodicalExecutor(interval time.Duration, container TaskContainer) *Per
container: container, container: container,
confirmChan: make(chan lang.PlaceholderType), confirmChan: make(chan lang.PlaceholderType),
newTicker: func(d time.Duration) timex.Ticker { newTicker: func(d time.Duration) timex.Ticker {
return timex.NewTicker(interval) return timex.NewTicker(d)
}, },
} }
proc.AddShutdownListener(func() { proc.AddShutdownListener(func() {