microsoft / azure-pipelines-agent

Azure Pipelines Agent 🚀
MIT License
1.73k stars 867 forks source link

Fix agent hangs if agent fails to get FF state #5027

Closed DenisNikulin5 closed 3 weeks ago

DenisNikulin5 commented 3 weeks ago

Recently we had an incident when the agent got the HttpRequestException during GetFeatureFlag request and just stuck until timeout reached (see related WI).

I decided to replace specific exception handlers with the common handler because the agent can hang and it's critical.

Related WI: AB#2227901