mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
2 concurrent executions
This commit is contained in:
parent
307217eb5d
commit
233dace245
1 changed files with 2 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue