diff --git a/pkg/cmd/main.go b/pkg/cmd/main.go index 7a7d016..6cad811 100644 --- a/pkg/cmd/main.go +++ b/pkg/cmd/main.go @@ -69,7 +69,7 @@ func main() { quartz.AddFunc("@every 60m", services.DoAutoSignoff) quartz.AddFunc("@every 60m", services.DoAutoAuthCleanup) quartz.AddFunc("@every 60m", services.DoAutoDatabaseCleanup) - quartz.Run() + quartz.Start() // Messages log.Info().Msgf("Identity v%s is started...", identity.AppVersion)