-
Notifications
You must be signed in to change notification settings - Fork 183
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
Bugfix: Improve Ready and Health Checks #10163
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
related: #6774 |
746f19f
to
956df08
Compare
We decided to split the issue into several PRs, this PR only contains 3 service healthchecks and basic skeletons & refactoring, the others will be implemented in follow-up PRs. (List see #10281 ) |
5c87b3e
to
221815c
Compare
579c086
to
b3db2f8
Compare
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
d8fdbc9
to
6064386
Compare
4b6505d
to
6064386
Compare
Signed-off-by: Christian Richter <[email protected]>
5627854
to
da29c8e
Compare
Signed-off-by: Christian Richter <[email protected]>
Signed-off-by: Christian Richter <[email protected]>
Quality Gate failedFailed conditions |
Bugfix: Improve Ready and Health Checks
Bugfix: Improve Ready and Health Checks
Description
Service Probes
Checklist moved to #10281
Questions
Related Issue
Motivation and Context
health and ready checks are essential to find out if a service is ready to serve requests. In the past, the checks were not functioning correctly. This release fixes the issue and enhances the checks to verify the readiness and health of individual services by evaluating their specific requirements.
How Has This Been Tested?
Types of changes
Checklist: