@@ -51,7 +51,7 @@ func ScheduleRun(c *cron.Cron, serverCtx *svc.ServiceContext) {
})
l = NewCronTask(context.Background(), serverCtx)
- c.AddFunc("*/30 * * * *", func() {
+ c.AddFunc("*/5 * * * *", func() {
l.wxAddFriend()