File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ if ! kill -0 ${INFLUXDB_PID} 2>/dev/null; then
4343 exit 1
4444fi
4545
46- echo " Waiting for InfluxDB to be ready (polling with exponential backoff)..."
47- max_attempts=60
46+ echo " Waiting for InfluxDB to be ready (polling with exponential backoff, max 2 minutes )..."
47+ max_attempts=26
4848attempt=0
4949wait_seconds=1
5050
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ if errorlevel 1 (
5252)
5353
5454echo Waiting for InfluxDB to be ready...
55- REM Poll with exponential backoff: start with short waits, increase gradually
56- set /a max_attempts = 60
55+ REM Poll with exponential backoff: start with short waits, increase gradually (max 2 minutes total)
56+ set /a max_attempts = 26
5757set /a attempt = 0
5858set /a wait_seconds = 1
5959:health_check
You can’t perform that action at this time.
0 commit comments