wenlele 2 years ago
parent
commit
dafdf4822e
  1. 4
      api/app/lib/schedule/alarms_push.js

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

Loading…
Cancel
Save