Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.91k stars 437 forks source link

Identify and replace unhealthy containers #5633

Open balag0 opened 4 years ago

balag0 commented 4 years ago

Currently in some scenarios it is possible for a container to be unresponsive and continue to serve customer traffic (http). Identify and repalce these containers sooner to improve availibility .

balag0 commented 4 years ago

related - https://github.com/Azure/azure-functions-host/issues/5652

luz1115 commented 2 years ago

Is this issue being resolved? I have upgraded to azure runtime to 4 and noticed a few containers attached to deployment slot on Linux is not responding and failed in health check stage.