fix: start cron in new coroutine
This commit is contained in:
parent
b10798d71f
commit
08e034b1cf
|
@ -44,6 +44,8 @@ func (c *CronServiceImpl) Start() error {
|
|||
}
|
||||
}
|
||||
|
||||
go c.scheduler.Start()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue