dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.34k stars 344 forks source link

Resource statuses stop updating after running for a long time #4027

Open JamesNK opened 2 months ago

JamesNK commented 2 months ago

I've noticed that resource statuses aren't updated in the dashboard UI if the app host has been running for a long time.

I don't know exactly how long it takes for the dashboard to stop updating, or whether it is some action that causes it to stop updating. For example, run Aspire app host, hibernate computer, wake computer up, continue using dashboard.

danmoseley commented 2 months ago

Maybe this is another +1 for formal stress/load testing..

JamesNK commented 1 month ago

@kvenkatrajan Please assign this to someone to investigate. I'm guessing the issue is in the communication between the dashboard and the app host or the app host and DCP.

If you can't reproduce this issue or have trouble fixing it then I can get involved.

davidfowl commented 1 month ago

@JamesNK can you reproduce it in demand?

@balachir can we see if CTI can reproduce this?