[GH-ISSUE #861] [Bug] 腾讯云 负载均衡部署有时候会失败 #590

Closed
opened 2026-03-03 01:04:30 +03:00 by kerem · 0 comments
Owner

Originally created by @moxuexue on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/861

软件版本 / Release Version

v0.3.21

缺陷描述 / Description

腾讯云的负载均衡 当监听器下面好几个域名 然后用七层转发规则域名部署的时候 有时候会失败 具体提示
[2025-07-09 22:40:51]
ready to deploy certificate ...
[2025-07-09 22:40:51]
sdk request 'ssl.UploadCertificate'
[2025-07-09 22:40:51]
ssl certificate uploaded
[2025-07-09 22:40:51]
sdk request 'clb.ModifyDomainAttributes'
[2025-07-09 22:40:51]
failed to deploy certificate
[2025-07-09 22:40:51]
failed to execute sdk request 'clb.ModifyDomainAttributes': [TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Loadbalancer(lb-3456gh5) is not in normal desState, maybe some tasks are being processed, please try later., RequestId=8fdff8ea-820c-48c2-9894-ec344bea8983
好像是部署的太快了 腾讯云那边的限制. 多尝试几次 把成功的跳过去 失败的就成功了.
我之前是多分支部署 失败的更多. 现在是按顺序部署 也有失败的情况 可能得增加一个延时选项 或者系统默认加上延迟 只针对腾讯云负载均衡 监听器下面多个域名得情况. 感谢

复现步骤 / Steps to reproduce

腾讯云负载均衡 监听器多域名 七层转发规则域名部署

日志 / Logs

# 请在此粘贴日志 / Paste logs here

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @moxuexue on GitHub (Jul 9, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/861 ### 软件版本 / Release Version v0.3.21 ### 缺陷描述 / Description 腾讯云的负载均衡 当监听器下面好几个域名 然后用七层转发规则域名部署的时候 有时候会失败 具体提示 [2025-07-09 22:40:51] ready to deploy certificate ... [2025-07-09 22:40:51] sdk request 'ssl.UploadCertificate' [2025-07-09 22:40:51] ssl certificate uploaded [2025-07-09 22:40:51] sdk request 'clb.ModifyDomainAttributes' [2025-07-09 22:40:51] failed to deploy certificate [2025-07-09 22:40:51] failed to execute sdk request 'clb.ModifyDomainAttributes': [TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Loadbalancer(lb-3456gh5) is not in normal desState, maybe some tasks are being processed, please try later., RequestId=8fdff8ea-820c-48c2-9894-ec344bea8983 好像是部署的太快了 腾讯云那边的限制. 多尝试几次 把成功的跳过去 失败的就成功了. 我之前是多分支部署 失败的更多. 现在是按顺序部署 也有失败的情况 可能得增加一个延时选项 或者系统默认加上延迟 只针对腾讯云负载均衡 监听器下面多个域名得情况. 感谢 ### 复现步骤 / Steps to reproduce 腾讯云负载均衡 监听器多域名 七层转发规则域名部署 ### 日志 / Logs <details> ```console # 请在此粘贴日志 / Paste logs here ``` </details> ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:30 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#590
No description provided.