guhongwei 3 vuotta sitten
vanhempi
commit
9861d3d1b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/schedule/patentearly.js

+ 1 - 1
app/schedule/patentearly.js

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