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