guhongwei 2 年之前
父节点
当前提交
470ee29bbe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/schedule/user.js

+ 2 - 2
app/schedule/user.js

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