|
@ -4,7 +4,7 @@ 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: '0 */4 * * * *', |
|
|
interval: '50 */4 * * * *', |
|
|
// interval: '*/3 * * * *',
|
|
|
// interval: '*/3 * * * *',
|
|
|
// immediate: true,
|
|
|
// immediate: true,
|
|
|
proRun: true, |
|
|
proRun: true, |
|
|