mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #710] [Bug] 同一个工作流中同时部署腾讯云CDN和腾讯云ECDN时,第二个部署不生效 #478
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#478
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redzl on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/710
软件版本 / Release Version
v0.3.12
缺陷描述 / Description
申请的证书为通配符证书,在工作流中创建部署流程,同时创建该域名的通配符腾讯云CDN部署以及通配符的腾讯云ECDN部署,经过多次测试,只会执行两个中上面的那个部署,第二个不会执行。但是日志里面没有任何报错,都会显示部署成功
复现步骤 / Steps to reproduce
日志 / Logs
No response
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (May 20, 2025):
可能因为腾讯云的接口不支持并发调用(部署接口是异步的)。
麻烦帮我做个测试,先只配置 CDN 部署;然后等五分钟;然后再只配置 ECDN 部署。观察下是否两个是否都能部署?