Azure / Azure/azure-functions-host
Runtime not recovering after function loader is reset as a result of a failed compilation
Open
stack: dotnet-csharp
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 37
Description
If there is a compiler failure, the compilation results are not cached and the function loader is reset. This should allow the runtime to trigger compilation on subsequent executions, but in the startup path, the HTTP function is not loaded/registered, so execution (therefore, compilation) is never attempted.
Contributor guide
Assessment
This issue has not been assessed yet.