perf: aliyun alb支持部署扩展证书

This commit is contained in:
xiaojunnuo
2025-06-07 00:15:16 +08:00
parent e1cf64ae16
commit 2a19b61b7a
6 changed files with 240 additions and 82 deletions

View File

@@ -334,7 +334,7 @@ export class SiteInfoService extends BaseService<SiteInfoEntity> {
//设置了cron跳过公共检查
continue;
}
retryTimes = setting.retryTimes
retryTimes = setting.retryTimes??retryTimes
}
this.doCheck(site,true,retryTimes).catch(e => {
logger.error(`检查站点证书失败,${site.domain}`, e.message);