From 9bc2ed976ed6b493dd266e649c861c74f07a5339 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Wed, 10 Jan 2024 15:08:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E6=95=B4=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/work_notice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/schedule/work_notice.js b/api/app/lib/schedule/work_notice.js index 39d537c..ab36673 100644 --- a/api/app/lib/schedule/work_notice.js +++ b/api/app/lib/schedule/work_notice.js @@ -19,7 +19,7 @@ const sendType = { module.exports = function (app, opts) { const workOrderNotice = app.fs.scheduleInit( { - interval: '0 * * * *',//一小时执行一次 + interval: '30 * * * *',//一小时执行一次 immediate: isDev, proRun: !isDev, },