@@ -45,7 +45,7 @@ func ScheduleRun(c *cron.Cron, serverCtx *svc.ServiceContext) {
})
contactForm := NewCronTask(context.Background(), serverCtx)
- c.AddFunc("0 0 * * *", func() {
+ c.AddFunc("10 0 * * *", func() {
contactForm.analyze()