|
@ -7,7 +7,7 @@ module.exports = function (app, opts) { |
|
|
const { database: anxinyun } = clickHouse.anxinyun.opts.config |
|
|
const { database: anxinyun } = clickHouse.anxinyun.opts.config |
|
|
const alarmHandleStatistics = app.fs.scheduleInit( |
|
|
const alarmHandleStatistics = app.fs.scheduleInit( |
|
|
{ |
|
|
{ |
|
|
interval: '0 18 1 ? * 3',//每周一1点18触发
|
|
|
interval: '0 18 1 ? * 1',//每周一1点18触发
|
|
|
// immediate: true,
|
|
|
// immediate: true,
|
|
|
proRun: true, |
|
|
proRun: true, |
|
|
}, |
|
|
}, |
|
|