aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Distributed application started message in app host console is delayed based on wait fors

Open JamesNK opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

App host displays this message when it starts:

Distributed application started. Press Ctrl+C to shut down.

But it is delayed based on wait for checks. That means the dashbaord can be opened in a browser window and loaded before this message is shown.

Also, (I haven't checked this) if a resource waits forever then could the message never be shown?

start-message-delayed

Expected Behavior

Distributed application started. Press Ctrl+C to shut down. is displayed promptly once app host startup is done, similar to ASP.NET Core web apps and other apps built with hosing.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version info

No response

Anything else?

No response

JamesNK avatar Sep 30 '24 23:09 JamesNK