2 concurrent executions

This commit is contained in:
Daniel Roth 2026-06-22 14:49:28 +00:00
parent 307217eb5d
commit 233dace245

View file

@ -20,8 +20,8 @@ variable "image_digest" {
variable "reserved_concurrent_executions" { variable "reserved_concurrent_executions" {
type = number type = number
default = 1 default = 2
description = "Start at 1 to validate correctness before scaling up." description = "Concurrent executions"
} }
variable "batch_size" { variable "batch_size" {