diff --git a/internal/cron/cron.go b/internal/cron/cron.go index 726057d7..78712a9c 100644 --- a/internal/cron/cron.go +++ b/internal/cron/cron.go @@ -46,7 +46,7 @@ func AddCronGroup(svc *svc.ServiceContext) { stat.UpdateClusterResources(svc, adapterList) }) - svc.Cron.AddFunc("*/30 * * * * ?", func() { + svc.Cron.AddFunc("@hourly", func() { status.UpdateAutoStoppedInstance(svc) }) }