guhongwei 2 年 前
コミット
1d82272bb5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/schedule/user.js

+ 1 - 1
app/schedule/user.js

@@ -2,7 +2,7 @@
 module.exports = {
   schedule: {
     // interval: '30s', // 1 分钟间隔
-    cron: '0 0 23 * * *', // 每天晚上十一点
+    cron: '0 0 9 5 * *', // 每天晚上十一点
     // cron: '5 * * * * ?', // 30s
     type: 'worker', // 指定所有的 worker 都需要执行
   },