init cronjobs last because that will take the longest if schedule.delay is set
This commit is contained in:
parent
34767c0e8e
commit
4b13bd551a
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -61,8 +61,8 @@ func (web *Web) init() {
|
||||||
web.validateProxyURL()
|
web.validateProxyURL()
|
||||||
web.initDB()
|
web.initDB()
|
||||||
web.initRouter()
|
web.initRouter()
|
||||||
web.initCronJobs()
|
|
||||||
web.initNotifiers()
|
web.initNotifiers()
|
||||||
|
web.initCronJobs()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (web *Web) startupWarning(m ...any) {
|
func (web *Web) startupWarning(m ...any) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue