removing old square
This commit is contained in:
@@ -99,13 +99,13 @@ resource "aws_lb_target_group" "integreat_app" {
|
||||
health_check {
|
||||
enabled = true
|
||||
healthy_threshold = 2
|
||||
interval = 15
|
||||
interval = 60
|
||||
matcher = "200"
|
||||
path = "/api/health-check"
|
||||
port = "traffic-port"
|
||||
protocol = "HTTP"
|
||||
timeout = 14
|
||||
unhealthy_threshold = 5
|
||||
unhealthy_threshold = 3
|
||||
}
|
||||
|
||||
stickiness {
|
||||
@@ -275,18 +275,6 @@ module "square_import_job" {
|
||||
cpu = 1024
|
||||
}
|
||||
|
||||
module "square2_import_job" {
|
||||
source = "./background-job/"
|
||||
ecs_cluster = var.ecs_cluster
|
||||
task_role_arn = var.task_role_arn
|
||||
stage = var.stage
|
||||
schedule = "rate(5 hours)"
|
||||
job_name = "square2-import-job"
|
||||
execution_role_arn = var.execution_role_arn
|
||||
memory = 4096
|
||||
cpu = 1024
|
||||
}
|
||||
|
||||
module "reconcile_ledger_job" {
|
||||
source = "./background-job/"
|
||||
ecs_cluster = var.ecs_cluster
|
||||
@@ -470,4 +458,4 @@ module "insight_outcome_recommendation_job" {
|
||||
use_schedule = true
|
||||
memory = 4096
|
||||
cpu = 2048
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user