lrf402788946 há 4 anos atrás
pai
commit
02d0951d0d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/schedule/creeperxts.js

+ 1 - 1
app/schedule/creeperxts.js

@@ -7,7 +7,7 @@ class Creeper extends Subscription {
   // 更改执行时间
   static get schedule() {
     return {
-      cron: '0 30 6 * * ?', // 每天晚上23点执行任务
+      cron: '0 0 9 * * ?', // 每天晚上23点执行任务
       // interval: '1m', // 1分钟执行一次
       type: 'worker', // 指定所有的 worker 都需要执行
     };