We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2870 commit 8b288eeCopy full SHA for 8b288ee
scripts/cron/daily-report.mjs
@@ -7,7 +7,7 @@ export default {
7
schedule: {
8
// cron: '0 0 1 * * *', // UTC时间1点对应北京时间9点
9
// timezone: 'UTC',
10
- cron: '0 0 8 * * *', // 每天 8:00
+ cron: '0 0 10 * * *', // 每天 10:00
11
// cron: '0 31 17 * * *', // 每天 17:30
12
timezone: 'Asia/Shanghai', // 直接用北京时间时区
13
runOnInit: false // 启动时立即执行一次
0 commit comments