@@ -44,7 +44,7 @@ func ScheduleRun(c *cron.Cron, serverCtx *svc.ServiceContext) {
})
syncWx := NewCronTask(context.Background(), serverCtx)
- c.AddFunc("*/30 * * * *", func() {
+ c.AddFunc("*/15 * * * *", func() {
syncWx.syncWx()
}