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" {
type = number
default = 1
description = "Start at 1 to validate correctness before scaling up."
default = 2
description = "Concurrent executions"
}
variable "batch_size" {