mirror of
https://github.com/certd/certd.git
synced 2026-04-26 22:07:29 +08:00
chore:
This commit is contained in:
@@ -24,6 +24,7 @@ export class CronTask {
|
|||||||
this.job = req.job;
|
this.job = req.job;
|
||||||
this.name = req.name;
|
this.name = req.name;
|
||||||
this.logger = logger;
|
this.logger = logger;
|
||||||
|
this.logger.info(`[cron] CronTask created [${this.name}], cron:${this.cron}`);
|
||||||
this.genNextTime();
|
this.genNextTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user