mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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" {
|
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" {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue