Skip to content

add health endpoint #825

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

Merged
merged 2 commits into from
Apr 17, 2025
Merged

add health endpoint #825

merged 2 commits into from
Apr 17, 2025

Conversation

vincentsarago
Copy link
Member

closes #824

methods=["GET"],
endpoint=ping,
tags=["Liveliness/Readiness"],
)
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think we needed to create a mgmt_router. I changed the logic to match what we do for the other endpoints (using router.add_api_route)

@vincentsarago vincentsarago merged commit 1d49423 into main Apr 17, 2025
7 checks passed
@vincentsarago vincentsarago deleted the feature/add-health-endpoint branch April 17, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add /_mgmt/health endpoint
2 participants