Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize resource health checks to slow down/stop health checks after #5745

Open
mitchdenny opened this issue Sep 17, 2024 · 1 comment
Open
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone

Comments

@mitchdenny
Copy link
Member

At the moment we are running health checks about every 3 seconds so that WaitFor doesn't have to wait for the default 30 second interval between health check runs. This is desirable when the app is starting up but once everything is launched we want to back this off.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Sep 17, 2024
@mitchdenny mitchdenny added this to the 9.0 milestone Sep 17, 2024
@mitchdenny
Copy link
Member Author

Related: #5645

@mitchdenny mitchdenny assigned mitchdenny and unassigned mitchdenny Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

No branches or pull requests

1 participant