Browse Source

scheduleInit

dev_trial
wenlele 1 year ago
parent
commit
1e29e99178
  1. 4
      code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

4
code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

@ -6,8 +6,8 @@ module.exports = function (app, opts) {
{
interval: '50 */4 * * * *',
// interval: '*/3 * * * *',
immediate: true,
// proRun: true,
// immediate: true,
proRun: true,
},
async () => {
console.log('萤石状态查询 ', moment().format('YYYY-MM-DD HH:mm:ss'));

Loading…
Cancel
Save