天蓝色。释放未被触发并在手动触发时卡住
Azure. Release not getting triggered and stucks when triggered manually
我正在使用 Azure DevOps 构建和发布我的 Web 应用程序。我现在面临以下问题:
代码推送后,构建开始并成功完成,但随后没有触发发布。当我手动启动它时,它遇到了我无法 google:
的问题
Circuit Breaker "HttpClientThrottler-LocationHttpClient-tfsprodweu3.visualstudio.com" short-circuited. In the last 10000 milliseconds, there were: 1 failure, 0 timeout, 95 short circuited, 0 concurrency rejected, and 0 limit rejected. Last exception: System.Threading.Tasks.TaskCanceledException A task was canceled.
之前的提交是自动构建和发布的,没有任何问题。我在 azure 配置中唯一更改的是启用 WebSockets(p.s。之后发布也成功)
截图如下:
我们有同样的问题。这可能不是您造成的问题。
我们的发布链没有改变,昨晚运行良好。
该问题已在 developercommunity.visualstudio.com 上被报告,并且很快被点赞。
更新 1:Microsoft 刚刚 posted 他们正在解决这个问题。
更新 2:该问题显示为 active event on Azure status history
更新 3:虽然 active event is still listed, I managed to deploy my release just now. Hope this works for everyone else too now. Might be necessary for some project to wait till the active event 正式标记为正常。
我正在使用 Azure DevOps 构建和发布我的 Web 应用程序。我现在面临以下问题: 代码推送后,构建开始并成功完成,但随后没有触发发布。当我手动启动它时,它遇到了我无法 google:
的问题Circuit Breaker "HttpClientThrottler-LocationHttpClient-tfsprodweu3.visualstudio.com" short-circuited. In the last 10000 milliseconds, there were: 1 failure, 0 timeout, 95 short circuited, 0 concurrency rejected, and 0 limit rejected. Last exception: System.Threading.Tasks.TaskCanceledException A task was canceled.
之前的提交是自动构建和发布的,没有任何问题。我在 azure 配置中唯一更改的是启用 WebSockets(p.s。之后发布也成功)
截图如下:
我们有同样的问题。这可能不是您造成的问题。 我们的发布链没有改变,昨晚运行良好。 该问题已在 developercommunity.visualstudio.com 上被报告,并且很快被点赞。
更新 1:Microsoft 刚刚 posted 他们正在解决这个问题。
更新 2:该问题显示为 active event on Azure status history
更新 3:虽然 active event is still listed, I managed to deploy my release just now. Hope this works for everyone else too now. Might be necessary for some project to wait till the active event 正式标记为正常。