Sometimes we will get a pop up banner saying “Build live updates have stopped. We’re working to restore them. Refresh the page to see any updates” with build pipelines in azure devops. Usualy we can quickly solve the issue by restarting TFSAgentJob Service on Azure Devops Server side.
Build live updates feature is based on SignalR and TFSAgentJob Service on Server side works as SignalR server. When we are suffering the issue, we will get below sequence of request from client side:
- _apis/[connectionGUID]/signalr/negotiates?xxxxxx
- _apis/[connectionGUID]/signalr/connect?xxxxxx
- _apis/[connectionGUID]/signalr/abort?xxxxxx
Above sequnce means that the SignalR client tried to connect to SingalR server and failed. So there might be some issue at the SignalR Server side.
文档信息
- 本文作者:Robin Chen
- 本文链接:https://crushonme.github.io/2020/10/19/None-Live-Updates-For-Build-Pipelines-In-Devops/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享4.0许可证)
Document Information
- Author :Robin Chen
- Link : https://crushonme.github.io/2020/10/19/None-Live-Updates-For-Build-Pipelines-In-Devops/
- Copyright:Attribution-NonCommercial-NoDerivatives-No additional restrictions(CC BY-NC-ND 4.0)