diff --git a/internal/cron/cron_start.go b/internal/cron/cron_start.go index e986372..07cb532 100644 --- a/internal/cron/cron_start.go +++ b/internal/cron/cron_start.go @@ -15,7 +15,7 @@ func (s *server) Start() { s.cron.Start() go s.taskCount.Wait() - // 每 5 分钟监控小程序状态 + // 每 10 分钟监控小程序状态 s.cron.AddFunc("0 */10 * * * ?", func() { s.taskCount.Add() defer s.taskCount.Done()