This commit is contained in:
xiaojunnuo
2024-09-03 00:26:35 +08:00
parent ceb210b1b7
commit 5ade12d700
@@ -24,6 +24,7 @@ export class CronTask {
this.job = req.job;
this.name = req.name;
this.logger = logger;
this.logger.info(`[cron] CronTask created [${this.name}], cron:${this.cron}`);
this.genNextTime();
}