@ -11,6 +11,7 @@ import (
func startCron() *cron.Cron {
c := cron.New(cron.WithLocation(time.UTC))
c.AddFunc("15 0,8,16 * * *", cronSendWarReport)
c.AddFunc("@every 1min", cronSendWarReport)
c.Start()
return c
}
The note is not visible to the blocked user.