Skip to content

Commit

Permalink
make logging nonblocking (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Mar 29, 2024
1 parent a8e2c24 commit d30ee8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ resource "aws_ecs_task_definition" "main" {
awslogs-group = aws_cloudwatch_log_group.services[each.key].name
awslogs-region = var.region
awslogs-stream-prefix = "ecs"
max-buffer-size = "10m"
mode = "non-blocking"
}
}
cpu = each.value.task_definition_cpu - module.datadog_agent.datadog_cpu
Expand Down

0 comments on commit d30ee8e

Please sign in to comment.