Azure / azure-functions-host

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

Consider self-healing options when IO issues cause assembly load failures #2788

Open fabiocav opened 6 years ago

fabiocav commented 6 years ago

We should consider implementing self-healing logic in cases where transient IO issues (commonly caused by Azure Files failures) cause assembly load issues (e.g. file not found exceptions). Probing will not be re-attempted after a failure, and one of the initial options would be to eventually trigger a process restart.

paulbatum commented 6 years ago

No longer meets the bar to be tracked as a V2 GA should-have.