|
@ -10,7 +10,7 @@ let isDev = true |
|
|
module.exports = function (app, opts) { |
|
|
module.exports = function (app, opts) { |
|
|
const workorderStatistics = app.fs.scheduleInit( |
|
|
const workorderStatistics = app.fs.scheduleInit( |
|
|
{ |
|
|
{ |
|
|
interval: '24 0 */5 * * *', |
|
|
interval: '00 */30 * * * *', |
|
|
immediate: isDev, |
|
|
immediate: isDev, |
|
|
proRun: !isDev, |
|
|
proRun: !isDev, |
|
|
// disabled: true,
|
|
|
// disabled: true,
|
|
|