ANCM (In-proc) can cause IIS worker process to become unhealthy
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
We've seen various reports of IIS worker processes becoming unresponsive/returning 503s until things are iisreset. Out-of-Process hosting seems to fix many of these issues.
From older bugs like (https://github.com/dotnet/aspnetcore/issues/14719) it seems like background exceptions are maybe expected to cause the worker process to crash?
This issue will track investigating and resolving the root cause:
Potentially related issues:
- https://github.com/dotnet/aspnetcore/issues/42661
- https://github.com/dotnet/aspnetcore/issues/40494
- https://github.com/dotnet/aspnetcore/issues/41770
- https://github.com/dotnet/aspnetcore/issues/44108
- https://github.com/dotnet/aspnetcore/issues/40194
- https://github.com/dotnet/aspnetcore/issues/22507
- https://github.com/dotnet/aspnetcore/issues/17781
- https://github.com/dotnet/aspnetcore/issues/14719
Contributor guide
Assessment
This issue has not been assessed yet.