feat(healtcheck-ecommerce): PPABV-60 New api to support healthcheck ecommerce #2656
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
List of changes
ecommerce
Motivation and context
This PR introduces a new API endpoint to provide a liveness check for the
ecommerce
. The purpose of this endpoint is to monitor whether the service is operational and capable of handling requests. For the moment, the focus is solely on liveness. In future iterations, readiness checks will be explored to assess the service's ability to handle traffic after initialization and dependency availability.This API will initially be integrated into
StatusPage
.Type of changes
Does this introduce a change to production resources with possible user impact?
Does this introduce an unwanted change on infrastructure? Check terraform plan execution result
Other information
If PR is partially applied, why? (reserved to mantainers)