Skip to content

Commit

Permalink
revert: Healthcheck changes
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 23, 2024
1 parent c14a7cf commit 9b9ed34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/scripts/healthcheck.sh

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/integration-test-cluster-neo4j-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
NEO4J_AUTH: neo4j/testtest
options: >-
--hostname server1
--health-cmd "../scripts/healthcheck.sh"
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
--health-start-period "60s"
--health-interval "30s"
--health-timeout "15s"
Expand All @@ -74,7 +74,7 @@ jobs:
NEO4J_AUTH: neo4j/testtest
options: >-
--hostname server2
--health-cmd "../scripts/healthcheck.sh"
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
--health-start-period "60s"
--health-interval "30s"
--health-timeout "15s"
Expand All @@ -95,7 +95,7 @@ jobs:
NEO4J_AUTH: neo4j/testtest
options: >-
--hostname server3
--health-cmd "../scripts/healthcheck.sh"
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
--health-start-period "60s"
--health-interval "30s"
--health-timeout "15s"
Expand All @@ -116,7 +116,7 @@ jobs:
NEO4J_AUTH: neo4j/testtest
options: >-
--hostname read-server4
--health-cmd "../scripts/healthcheck.sh"
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
--health-start-period "60s"
--health-interval "30s"
--health-timeout "15s"
Expand Down

0 comments on commit 9b9ed34

Please sign in to comment.