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

Implement Server Health Check endpoint #60

Open
RaghuMeda opened this issue Feb 17, 2023 · 0 comments
Open

Implement Server Health Check endpoint #60

RaghuMeda opened this issue Feb 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RaghuMeda
Copy link

Feature description
It requires a health check endpoint for the Server so that it can be monitored for service availability. That also helps the client to invoke that simple health check endpoint (which doesn't require any payload) to verify the service is available to consume or not before it hits the main endpoints with the payload. It will also help during testing and as well as post deployment verification of the Server.

Relevant specifications and corresponding sections
General Service Health check implementation.

Additional context
It is discovered that there is no health check endpoint implemented currently in server.py due to which it is not helping to verify if the server has been deployed and running as expected during testing. Hence raised this issue as a backlog to implement.

@RaghuMeda RaghuMeda added the enhancement New feature or request label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant