Skip to content

Commit

Permalink
Fixed MAX retries
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Dec 10, 2024
1 parent 39d7b07 commit 7fa9684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphdb/templates/00_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log_with_timestamp() {
wait_for_asg_nodes() {
local ASG_NAME="$1"
local RETRY_DELAY=10
local MAX_RETRIES=30
local MAX_RETRIES=65
local RETRY_COUNT=0

# Get the desired capacity of the ASG
Expand Down

0 comments on commit 7fa9684

Please sign in to comment.