diff --git a/terraform-ecs/ecs.tf b/terraform-ecs/ecs.tf index dce412b..9b6329f 100644 --- a/terraform-ecs/ecs.tf +++ b/terraform-ecs/ecs.tf @@ -18,7 +18,7 @@ resource "aws_ecs_task_definition" "loki_write" { memory = var.loki_write_memory cpu = var.loki_write_cpu # IMPORTANT: Make sure ingesters have time to cut any chunks in memory. - stop_timeout = 120 + stop_timeout = 121 portMappings = [ {