You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 workingGIVEN 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 workingThe text was updated successfully, but these errors were encountered: