Skip to content

Commit c24227e

Browse files
Healthcheck for the transformers container
1 parent b44fb52 commit c24227e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-e2e-tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
3838
env:
3939
ENABLE_CUDA: '0'
40+
options: >-
41+
--health-cmd "curl -f localhost:8080/v1/.well-known/ready"
42+
--health-retries 20
4043
neo4j:
4144
image: neo4j:${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
4245
env:

0 commit comments

Comments
 (0)