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

Create heath check endpoints #458

Open
jefmoura opened this issue Mar 29, 2018 · 0 comments
Open

Create heath check endpoints #458

jefmoura opened this issue Mar 29, 2018 · 0 comments
Milestone

Comments

@jefmoura
Copy link
Member

Story

In order to check if the application and its dependencies are working, we need to implement some endpoints to check it.

Acceptance Criteria

GIVEN a request to the health check endpoints
WHEN the applications and its dependencies are working properly
THEN the system returns a 200 OK saying that everything is working

GIVEN a request to the health check endpoints
WHEN one of the application's dependencies is not working properly
THEN the system returns a 503 Service Unavailable saying that the service isn't working

@jefmoura jefmoura added this to the v2.7 milestone Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant