@@ -1,7 +1,7 @@
'use strict';
module.exports = {
schedule: {
- cron: '0 0 9 * * *',
+ cron: '0 5 10 * * *',
// interval: '10s', // 时间间隔
type: 'all', // 指定所有的 worker 都需要执行
},