Add health check API endpoint#98
Conversation
|
I've assigned @tankyleo as a reviewer! |
|
🔔 1st Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 2nd Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 3rd Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 4th Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 5th Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 6th Reminder Hey @tankyleo! This PR has been waiting for your review. |
|
🔔 7th Reminder Hey @tankyleo! This PR has been waiting for your review. |
tankyleo
left a comment
There was a problem hiding this comment.
Thanks for the PR sorry for the delay here.
We'd like to add a standalone version + status check on the VSS API as discussed on this PR #96
It would be part of the formal VSS api so any VSS client can query the version and the health of any VSS server.
Is that something you could do in this PR ? Let me know thanks
Adds an unauthenticated
GET /vss/healthendpoint that returnsHTTP 200with an empty body, so load balancers and monitoring tools can verify the server is running without making actual storage requests.Also adds a health check
curlstep to the Ping Check CI workflow.Closes #29