mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore:
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user