Browse Source

邮件告警推送 88%

dev
巴林闲侠 2 years ago
parent
commit
84311e4fa2
  1. 2
      api/app/lib/schedule/alarms_push.js

2
api/app/lib/schedule/alarms_push.js

@ -5,7 +5,7 @@ module.exports = function (app, opts) {
{ {
interval: '12 */1 * * * *', interval: '12 */1 * * * *',
immediate: true, // dev immediate: true, // dev
// proRun: true, proRun: true,
}, },
async () => { async () => {
try { try {

Loading…
Cancel
Save