|
@ -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, |
|
|
}, |
|
|
}, |
|
|