Authored by 陈峰

commit

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -16,6 +16,7 @@ schedule.scheduleJob('0 */30 * * * *', () => {
logger.info('[process]task start spiderTask');
spiderTask(dayjs().unix());
});
spiderTask(dayjs().unix());
schedule.scheduleJob('0 15 10 * * *', () => {
logger.info('[process]task start calvAvgTask');
... ...