Skip to content

Commit 788153f

Browse files
authored
[DEPLOY] v.1.2.4
[DEPLOY] v.1.2.4
2 parents 9f4ede4 + bad0711 commit 788153f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/health_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ health_check() {
44
local PORT=$1
55

66
echo "▶️ Health Check : http://localhost:${PORT}${AUTH_ACTUATOR_PATH}/health"
7-
for retry_count in {1..10}; do
7+
for retry_count in {1..20}; do
88
response=$(curl -s \
99
-H "X-Api-Key: ${PLATFORM_API_KEY}" \
1010
-H "X-Service-Name: ${PLATFORM_SERVICE_NAME}" \

0 commit comments

Comments
 (0)