Enable health check for dataprep in ChatQnA#1799
Merged
chensuyue merged 11 commits intoApr 17, 2025
Merged
Conversation
Signed-off-by: letonghan <letong.han@intel.com>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (3)
ChatQnA/docker_compose/intel/gaudi/compose_faqgen_tgi.yaml:118
- Review the updated healthcheck endpoint to verify that port 80 is correct for this service; if the service actually listens on a different port or uses environment-provided configuration, update the healthcheck command accordingly.
test: ["CMD-SHELL", "curl -f http://localhost:80/health || exit 1"]
ChatQnA/docker_compose/intel/gaudi/compose_faqgen.yaml:109
- Ensure the change to use 'localhost:80' aligns with the service's actual listening port; if the expected port differs, adjust the healthcheck command accordingly.
test: ["CMD-SHELL", "curl -f http://localhost:80/health || exit 1"]
ChatQnA/docker_compose/intel/cpu/xeon/compose.yaml:111
- Verify that the healthcheck endpoint port (80) is correct for this service; if the service documentation indicates a different port, update the command to match.
test: ["CMD-SHELL", "curl -f http://localhost:80/health || exit 1"]
Signed-off-by: letonghan <letong.han@intel.com>
…nghan/GenAIExamples into refine_dataprep_healthcheck
Collaborator
Author
|
@chensuyue These failed CI tested are all cancelled and cannot fixed by rerun, could you please help to check? |
Collaborator
It's now fixed. |
8 tasks
Collaborator
|
Hi @letonghan some CIs failed, please take care |
Signed-off-by: letonghan <letong.han@intel.com>
…nghan/GenAIExamples into refine_dataprep_healthcheck
Collaborator
Author
|
The failed CI tests on rocm might be related to this issue: #1812 |
lvliang-intel
approved these changes
Apr 17, 2025
chensuyue
approved these changes
Apr 17, 2025
chyundunovDatamonsters
pushed a commit
to chyundunovDatamonsters/OPEA-GenAIExamples
that referenced
this pull request
May 16, 2025
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
letonghan
pushed a commit
that referenced
this pull request
Sep 17, 2025
Signed-off-by: Yi Yao <yi.a.yao@intel.com>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Enable health check for dataprep in ChatQnA
Issues
Fixes #1699
Type of change
Dependencies
None
Tests
Local tested