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, },