Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update builtin/aws/ecs/platform.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cain <bcain@hashicorp.com>
  • Loading branch information
izaaklauer and briancain committed Sep 1, 2021
1 parent b196e5a commit b6cd9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/aws/ecs/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@ OUTER:
}

s.Update("Failed to register ecs task definition. Will retry in %d seconds (up to %d more times)\nError: %s", awsCreateRetryIntervalSeconds, awsCreateRetries-i, err)
s.Status(terminal.StatusWarn)

// otherwise sleep and try again
time.Sleep(awsCreateRetryIntervalSeconds * time.Second)
Expand Down

0 comments on commit b6cd9a6

Please sign in to comment.