◐ Shell
clean mode source ↗

feat: Added health endpoint for the UI by blaketastic2 · Pull Request #5665 · feast-dev/feast

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@blaketastic2

What this PR does / why we need it:

Adds a /health endpoint to the ui server for Load Balancer checks. Also uses status for HTTP codes.

Which issue(s) this PR fixes:

None

Misc

None

Signed-off-by: Blake <blaketastic2@gmail.com>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a /health endpoint to the UI server for load balancer health checks and improves HTTP status code handling by using FastAPI's status constants instead of raw numeric codes.

  • Added a new /health endpoint that returns HTTP status based on registry availability
  • Replaced raw HTTP status codes with FastAPI status constants for better readability

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@franciscojavierarceo

Probably good to have a simple test here

@blaketastic2 blaketastic2 changed the title added health endpoint for the UI feat: Added health endpoint for the UI

Oct 14, 2025
Signed-off-by: Blake <blaketastic2@gmail.com>
Signed-off-by: Blake <blaketastic2@gmail.com>

franciscojavierarceo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

3 participants

@blaketastic2 @franciscojavierarceo