调整查询微信task的频率
This commit is contained in:
parent
ba79121288
commit
ac120c1055
@ -24,7 +24,7 @@ export default class WxTaskSchedule {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
scheduleAll() {
|
scheduleAll() {
|
||||||
const job = schedule.scheduleJob(' */1 * * * *', async () => {
|
const job = schedule.scheduleJob(' */30 * * * * *', async () => {
|
||||||
await this.parseAllRecord()
|
await this.parseAllRecord()
|
||||||
})
|
})
|
||||||
this.parseAllRecord()
|
this.parseAllRecord()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user