Replies: 1 comment 7 replies
-
When you see this happening you'll want to capture a dump and check for blocked threads. Threadpool exhaustion isn't the only cause of this issue, but it is by far the most common. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I got some the
HeartBeat too slow
warning and I can not see any thread starvation, the thread starvation data is from the thread pool etw event data collected by prometheus-net.DotNetRuntimeThe metrics data:
The warning log:
There's a web API project running on asp.net core 3.1 and it's running in the docker container, the docker image I used is
mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine
Beta Was this translation helpful? Give feedback.
All reactions