@@ -2,7 +2,7 @@
module.exports = {
schedule: {
// interval: '30s', // 1 分钟间隔
- cron: '0 0 * * * *',
+ cron: '0 0 10 * * *',
type: 'all', // 指定所有的 worker 都需要执行
},
async task(ctx) {