Skip to content

Commit

Permalink
Merge pull request #2458 from amnonh/set_loki_retries
Browse files Browse the repository at this point in the history
start-loki.sh RETRIES was missing
  • Loading branch information
amnonh authored Jan 14, 2025
2 parents 43c0ada + 3b22d60 commit 5f18ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start-loki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ fi

# Wait till Loki is available
TRIES=0
RETRIES=25
if [ ! "$QUICK_STARTUP" = "1" ]; then
until $(curl --output /dev/null -f --silent http://localhost:$LOKI_PORT) || [ $TRIES -eq $RETRIES ]; do
((TRIES = TRIES + 1))
Expand Down

0 comments on commit 5f18ca2

Please sign in to comment.