Authored by lzhy

爬虫修改

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