From 3fa9b6164d95230041d0b32a3a9ac4a3e8955188 Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 2 Nov 2023 14:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A130=E5=88=86?= =?UTF-8?q?=E9=92=9F=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/workorder_statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/schedule/workorder_statistics.js b/api/app/lib/schedule/workorder_statistics.js index 03c224d..2cf71c2 100644 --- a/api/app/lib/schedule/workorder_statistics.js +++ b/api/app/lib/schedule/workorder_statistics.js @@ -10,7 +10,7 @@ let isDev = true module.exports = function (app, opts) { const workorderStatistics = app.fs.scheduleInit( { - interval: '24 0 */5 * * *', + interval: '00 */30 * * * *', immediate: isDev, proRun: !isDev, // disabled: true,