|
@ -4,8 +4,8 @@ const moment = require('moment') |
|
|
module.exports = function (app, opts) { |
|
|
module.exports = function (app, opts) { |
|
|
const freshYingshiState = app.fs.scheduleInit( |
|
|
const freshYingshiState = app.fs.scheduleInit( |
|
|
{ |
|
|
{ |
|
|
// interval: '* */5 * * * *',
|
|
|
interval: '* */5 * * * *', |
|
|
interval: '*/10 * * * *', |
|
|
// interval: '*/10 * * * *',
|
|
|
immediate: false, |
|
|
immediate: false, |
|
|
proRun: true, |
|
|
proRun: true, |
|
|
}, |
|
|
}, |
|
|