Thread dump anlaysis shows too many threads in blocked state

Hi , i am using workflow.sleep , await in quite a few places, for some of our long running environment provisioing and mangement workflows.

I was doing a thread dump analysis using fastthread.io and i see get shown as potential problems
(upload://2tBMYZwdWrlw0SYyF0QHmaUMSu1.png)

I guess the issue being pointed here is too many threads being in blocked state. can you please have a look and let me know if this is a normal/regual usage pattern with temporal. are these patterns expected in durable function implementations.

Find pdf report attached here

I don’t see anything unusual in the provided thread dump. It looks like you don’t even have any workflows running or cached which will add more threads to the picture.

ya, i dont have any workflows running, system was just idle. Thanks for confirming that there is not anythign un usual.