Skip to content

Commit f4ee699

Browse files
Update error
Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
1 parent d39e509 commit f4ee699

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CogniwareIms/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ services:
7070
healthcheck:
7171
test: ["CMD", "curl", "-f", "http://localhost:80/health"]
7272
interval: 30s
73-
timeout: 10s
74-
retries: 10
75-
start_period: 180s
73+
timeout: 15s
74+
retries: 20
75+
start_period: 600s
7676

7777
# Embedding Microservice
7878
embedding:
@@ -140,9 +140,9 @@ services:
140140
healthcheck:
141141
test: ["CMD", "curl", "-f", "http://localhost:80/health"]
142142
interval: 30s
143-
timeout: 10s
144-
retries: 15
145-
start_period: 300s
143+
timeout: 15s
144+
retries: 25
145+
start_period: 900s
146146

147147
# Reranking Microservice
148148
reranking:
@@ -191,9 +191,9 @@ services:
191191
healthcheck:
192192
test: ["CMD", "curl", "-f", "http://localhost:80/health"]
193193
interval: 30s
194-
timeout: 10s
195-
retries: 10
196-
start_period: 300s
194+
timeout: 15s
195+
retries: 20
196+
start_period: 900s
197197

198198
# LLM Microservice
199199
llm-tgi:

0 commit comments

Comments
 (0)