-
Notifications
You must be signed in to change notification settings - Fork 708
[release/9.5] Adapt OpenAI health check based on endpoint configuration #11792
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
Conversation
…ints Co-authored-by: davidfowl <[email protected]>
Co-authored-by: davidfowl <[email protected]>
…source Co-authored-by: davidfowl <[email protected]>
…Check Co-authored-by: davidfowl <[email protected]>
Co-authored-by: davidfowl <[email protected]>
Co-authored-by: davidfowl <[email protected]>
…HealthAsync methods Co-authored-by: davidfowl <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: sebastienros <[email protected]>
Co-authored-by: davidfowl <[email protected]>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11792Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11792" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low Risk, approved.
@davidfowl should we add a test here to validate it?
|
Its unclear how to add a non flaky one. We can test the health check itself #11763 (comment) |
Backport of #11763 to release/9.5
/cc @davidfowl @copilot
Customer Impact
The healthcheck for the open ai resource always uses the official open ai status page even when the endpoint is changed to another open ai compatible endpoint.
Testing
Manually verified.
Risk
Low, affects the open ai hosting integration.
Regression?
No