Skip to content

Commit 796c24e

Browse files
Scale up to 22 instances
1 parent 03f5d4a commit 796c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/crater/agent.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "google_compute_region_autoscaler" "agents" {
180180
target = google_compute_region_instance_group_manager.agents.id
181181

182182
autoscaling_policy {
183-
max_replicas = 6
183+
max_replicas = 22
184184
min_replicas = 1
185185
cooldown_period = 120
186186
// This is pretty low, but in practice we want to scale out to the max

0 commit comments

Comments
 (0)