Skip to content

Commit

Permalink
Merge pull request #55 from GSA/wait-for-solr-start
Browse files Browse the repository at this point in the history
Solr may take some time now to figure out Lock file
  • Loading branch information
nickumia-reisys authored Sep 6, 2022
2 parents e5f050a + c54d3f1 commit bed2cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/ecs/provision/lb-follower.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ resource "aws_lb_target_group" "solr-follower-target" {
protocol = "HTTP"
target_type = "ip"
vpc_id = module.vpc.vpc_id
deregistration_delay = 90

health_check {
healthy_threshold = 3
Expand Down Expand Up @@ -105,6 +106,7 @@ resource "aws_lb_target_group" "solr-follower-individual-target" {
protocol = "HTTP"
target_type = "ip"
vpc_id = module.vpc.vpc_id
deregistration_delay = 90

health_check {
healthy_threshold = 3
Expand Down
1 change: 1 addition & 0 deletions terraform/ecs/provision/lb-leader.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "aws_lb_target_group" "solr-target" {
protocol = "HTTP"
target_type = "ip"
vpc_id = module.vpc.vpc_id
deregistration_delay = 90

health_check {
healthy_threshold = 3
Expand Down

0 comments on commit bed2cbf

Please sign in to comment.