From a7a05b9d3cb7c75d2b6f7c47601524f17a38f32e Mon Sep 17 00:00:00 2001 From: Jo YoHan Date: Tue, 4 Jun 2024 10:21:19 +0900 Subject: [PATCH] fix: change the schedule's start time --- cmd/server/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index b115967..4dd9460 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -64,8 +64,8 @@ func main() { slog.Info("current time", "time", time.Now()) - gocron.Every(1).Day().At("10:17").Do(func() { - slog.Info("start cron", "time", *location) + gocron.Every(1).Day().At("09:00").Do(func() { + slog.Info("start schedule", "time", *location) var subscriptionArr []entity.Subscription