Authored by 陈峰

commit

Showing 1 changed file with 0 additions and 6 deletions
... ... @@ -26,9 +26,3 @@ schedule.scheduleJob('0 59 23 * * *', () => {
logger.info('[process]task start clearTask');
clearTask();
});
schedule.scheduleJob('0 0 */2 * * *', () => {
logger.info('[process]task start priceTask');
priceTask();
});
priceTask();
... ...