chore: docs

This commit is contained in:
xiaojunnuo
2025-11-19 13:24:40 +08:00
parent d4653678b2
commit 42e1f0478d
5 changed files with 13 additions and 4 deletions
@@ -156,7 +156,7 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
await this.deployDefaultCert(certId, client);
}
this.logger.info(`准备开始清理过期证书`);
await this.ctx.utils.sleep(20000)
await this.ctx.utils.sleep(30000)
for (const listener of this.listeners) {
try{
await this.clearInvalidCert(albClientV2, listener);
@@ -153,7 +153,7 @@ export class AliyunDeployCertToNLB extends AbstractTaskPlugin {
}
this.logger.info(`准备开始清理过期证书`);
await this.ctx.utils.sleep(20000)
await this.ctx.utils.sleep(30000)
for (const listener of this.listeners) {
try{
await this.clearInvalidCert(nlbClientV2, listener);