Azure / azure-functions-host

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

Prevent new work while Job Host is shutting down from adding `app_offline.htm` #4329

Open mhoeger opened 5 years ago

mhoeger commented 5 years ago

The biggest case where we have seen issues with this is a non-packaged deploy, where a deployment adds app_offline.htm but also immediately starts to signal Job Host restarts from making file changes.

Example of an error caused by this: https://github.com/Azure/azure-functions-host/issues/4328

fabiocav commented 5 years ago

There is evidence of this issue impacting more customers. Prioritizing this for the next sprint.

fabiocav commented 5 years ago

Prioritizing #4533 over this