Authored by lzhy

爬虫修改

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -19,7 +19,7 @@ const app = express();
global.isProduction = process.env.NODE_ENV === 'production';
global.sender = new Sender(config.monitorReport); // 初始化数据上报
schedule.scheduleJob('0 30 6-23 * * *', () => {
schedule.scheduleJob('0 40 6-23 * * *', () => {
logger.info('[process]task start spiderTask'); // 比价任务
spiderTask(dayjs().unix());
});
... ...