Skip to content

Commit

Permalink
DSND-3059: Changed desired-task_count to use min_task_count
Browse files Browse the repository at this point in the history
  • Loading branch information
johncook-ch committed Sep 6, 2024
1 parent 6925ee1 commit fc54b23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ use_set_environment_files = true
log_level = "trace"

min_task_count = 5
desired_task_count = 5
required_cpus = 768
required_memory = 1536
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aws_profile = "staging-eu-west-2"
use_set_environment_files = true
log_level = "trace"

desired_task_count = 2
min_task_count = 2
required_cpus = 768
required_memory = 1536

Expand Down

0 comments on commit fc54b23

Please sign in to comment.