Browse Source

timorHoliday interval

master
巴林闲侠 3 years ago
parent
commit
c8150a394f
  1. 2
      api/app/lib/schedule/timor_holiday.js

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

@ -5,7 +5,7 @@ const request = require('superagent');
module.exports = function (app, opts) { module.exports = function (app, opts) {
const timorHoliday = app.fs.scheduleInit( const timorHoliday = app.fs.scheduleInit(
{ {
interval: '54 42 4 */7 * * *', interval: '54 42 4 */7 * *',
// immediate: true, // immediate: true,
proRun: true, proRun: true,
}, },

Loading…
Cancel
Save