From ac120c10554a7eb0a9a244bf3687a3eddb0f084e Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 14 Apr 2023 15:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9F=A5=E8=AF=A2=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1task=E7=9A=84=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schedule/wxtask.schedule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()