mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-04 12:05:11 +01:00
Spelling
This commit is contained in:
@@ -90,7 +90,7 @@ func (di *Diun) Run() {
|
||||
di.cron.Entry(di.jobID).Next)
|
||||
}
|
||||
|
||||
log.Info().Msg("Starting Diun...")
|
||||
log.Info().Msg("Cron triggered")
|
||||
di.wg = new(sync.WaitGroup)
|
||||
di.pool, _ = ants.NewPoolWithFunc(di.cfg.Watch.Workers, func(i interface{}) {
|
||||
job := i.(model.Job)
|
||||
|
||||
Reference in New Issue
Block a user