Skip to content

Commit

Permalink
Merge branch 'main' into hotfix-serialize-testcase-judging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon1020 authored Dec 7, 2024
2 parents 49eb0a8 + 59d1673 commit 0ca2642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ coverage

*.pkg


.idea
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/codedang_iris.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "codedang_iris" {
autoscaling_group = {
name = "Codedang-AutoScalingGroup-Iris"
max_size = 4
desired_capacity = 1
desired_capacity = 2
}

autoscaling_policy = {
Expand Down
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/codedang_service_iris.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "iris" {
task_definition = {
family = "Codedang-Iris-Api"
cpu = 512
memory = 512
memory = 1700

container_definitions = jsonencode([
jsondecode(templatefile("container_definitions/iris.json", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_cloudwatch_metric_alarm" "scale_up" {
evaluation_periods = 1
metric_name = "CPUUtilization"
namespace = "AWS/ECS"
period = 60
period = 30
statistic = var.scale_up.cloudwatch_metric_alarm.statistic
threshold = var.scale_up.cloudwatch_metric_alarm.threshold

Expand Down

0 comments on commit 0ca2642

Please sign in to comment.