调整查询微信task的频率

This commit is contained in:
zhl 2023-04-14 15:10:02 +08:00
parent ba79121288
commit ac120c1055

View File

@ -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()