Skip to content

Commit 0e7456d

Browse files
author
Devdutt Shenoi
committed
increase likelihood of healthcheck success
1 parent b37f5c8 commit 0e7456d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose-distributed-test-with-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
healthcheck:
8080
test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v1/liveness" ]
8181
interval: 15s
82-
timeout: 20s
82+
timeout: 40s
8383
retries: 5
8484
depends_on:
8585
- minio

docker-compose-distributed-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
healthcheck:
5151
test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v1/liveness" ]
5252
interval: 15s
53-
timeout: 20s
53+
timeout: 40s
5454
retries: 5
5555
depends_on:
5656
minio:

docker-compose-test-with-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
deploy:
6464
restart_policy:
6565
condition: on-failure
66-
delay: 20s
66+
delay: 40s
6767
max_attempts: 3
6868

6969
quest:

docker-compose-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
healthcheck:
5050
test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v1/liveness" ]
5151
interval: 15s
52-
timeout: 20s
52+
timeout: 40s
5353
retries: 5
5454
networks:
5555
- parseable-internal

0 commit comments

Comments
 (0)