Skip to content

Commit

Permalink
Java applications can be very slow to start, wait 3 mins before healt…
Browse files Browse the repository at this point in the history
…h check
  • Loading branch information
manics committed Apr 24, 2024
1 parent 29340d1 commit 0c3b22d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecs-cluster/keycloak.tf
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ resource "aws_ecs_service" "keycloak" {
container_port = local.container-port
}

# Java applications can be very slow to start
health_check_grace_period_seconds = 180

# lifecycle {
# ignore_changes = [desired_count]
# }
Expand Down

0 comments on commit 0c3b22d

Please sign in to comment.