Skip to content

Commit

Permalink
updating test endpoint to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Aug 29, 2023
1 parent a08f097 commit 960eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLATER/plater-clustered-docker/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function heartbeat {
echo "starting heartbeat logic... "
if [[ ! -z "${AUTOMAT_HOST}" ]]; then
echo "Checking Plater status..."
testEndpoint=${PLATER_SERVICE_ADDRESS}:${WEB_PORT}/1.3/meta_knowledge_graph
testEndpoint=${PLATER_SERVICE_ADDRESS}:${WEB_PORT}/1.4/meta_knowledge_graph
response=$(curl --write-out %{http_code} --silent --output /dev/null ${testEndpoint})
until [ $response = "200" ]; do
response=$(curl --write-out %{http_code} --silent --output /dev/null ${testEndpoint})
Expand Down

0 comments on commit 960eed4

Please sign in to comment.