mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 同一时间只允许一个套餐生效
This commit is contained in:
@@ -102,6 +102,7 @@ export class Executor {
|
||||
await this.notification("success");
|
||||
}
|
||||
}
|
||||
return result;
|
||||
} catch (e: any) {
|
||||
await this.notification("error", e);
|
||||
this.logger.error("pipeline 执行失败", e);
|
||||
|
||||
Reference in New Issue
Block a user