mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
maximum concurrency
This commit is contained in:
parent
8d6be23084
commit
2c39f64731
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ variable "batch_size" {
|
||||||
|
|
||||||
variable "maximum_concurrency" {
|
variable "maximum_concurrency" {
|
||||||
type = number
|
type = number
|
||||||
default = 1
|
default = null
|
||||||
description = "Maximum number of concurrent Lambda invocations from SQS. null = no limit."
|
description = "Maximum number of concurrent Lambda invocations from SQS. null = no limit."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue