Skip to content

Commit

Permalink
[#36] Increase services healthcheck timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Kirillov <[email protected]>
  • Loading branch information
KirillovDenis authored and alexvanin committed Oct 21, 2022
1 parent d9d1924 commit 6ffa1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "neo-go query committee -r http://127.0.0.1:30333 | grep 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 10s

Expand All @@ -43,7 +43,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "/bin/neofs-cli control healthcheck --ir --endpoint localhost:16512 -c /config/cli-cfg.yaml | grep 'Health status: READY'" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 20s
depends_on:
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "/bin/neofs-cli control healthcheck --endpoint localhost:16513 -c /config/cli-cfg.yaml | grep 'Health status: READY'" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 10s
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "neo-go query committee -r http://127.0.0.1:30333 | grep 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 10s

Expand All @@ -36,7 +36,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "/bin/neofs-cli control healthcheck --ir --endpoint localhost:16512 -c /config/cli-cfg.yaml | grep 'Health status: READY'" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 20s
volumes:
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
healthcheck:
test: [ "CMD-SHELL", "/bin/neofs-cli control healthcheck --endpoint localhost:16513 -c /config/cli-cfg.yaml | grep 'Health status: READY'" ]
interval: 2s
timeout: 1s
timeout: 3s
retries: 5
start_period: 10s
depends_on:
Expand Down

0 comments on commit 6ffa1e7

Please sign in to comment.