There was an error while loading. Please reload this page.
2 parents 9f4ede4 + bad0711 commit 788153fCopy full SHA for 788153f
1 file changed
scripts/health_check.sh
@@ -4,7 +4,7 @@ health_check() {
4
local PORT=$1
5
6
echo "▶️ Health Check : http://localhost:${PORT}${AUTH_ACTUATOR_PATH}/health"
7
- for retry_count in {1..10}; do
+ for retry_count in {1..20}; do
8
response=$(curl -s \
9
-H "X-Api-Key: ${PLATFORM_API_KEY}" \
10
-H "X-Service-Name: ${PLATFORM_SERVICE_NAME}" \
0 commit comments