From dafdf4822e6f9202a90d5aba433a5719a4e872d4 Mon Sep 17 00:00:00 2001 From: wenlele Date: Tue, 9 May 2023 14:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/alarms_push.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/app/lib/schedule/alarms_push.js b/api/app/lib/schedule/alarms_push.js index 0d4e4cb..1f56037 100644 --- a/api/app/lib/schedule/alarms_push.js +++ b/api/app/lib/schedule/alarms_push.js @@ -9,8 +9,8 @@ proDebug = true module.exports = function (app, opts) { const alarmsPush = app.fs.scheduleInit( { - // interval: '12 */1 * * * *', - interval: '12 0 0 0 */1 *', + interval: '12 */1 * * * *', + // interval: '12 0 0 0 */1 *', immediate: isDev, proRun: !isDev, },