diff --git a/src/schedule/wxtask.schedule.ts b/src/schedule/wxtask.schedule.ts index c236f21..4dbbc5f 100644 --- a/src/schedule/wxtask.schedule.ts +++ b/src/schedule/wxtask.schedule.ts @@ -24,7 +24,7 @@ export default class WxTaskSchedule { } } scheduleAll() { - const job = schedule.scheduleJob(' */1 * * * *', async () => { + const job = schedule.scheduleJob(' */30 * * * * *', async () => { await this.parseAllRecord() }) this.parseAllRecord()