Browse Source

定时任务30分钟一次

master
wenlele 1 year ago
parent
commit
3fa9b6164d
  1. 2
      api/app/lib/schedule/workorder_statistics.js

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

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

Loading…
Cancel
Save