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
959867f5ee
commit
8d6be23084
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ variable "image_digest" {
|
||||||
|
|
||||||
variable "maximum_concurrency" {
|
variable "maximum_concurrency" {
|
||||||
type = number
|
type = number
|
||||||
default = 1
|
default = null
|
||||||
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
|
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ variable "image_digest" {
|
||||||
|
|
||||||
variable "maximum_concurrency" {
|
variable "maximum_concurrency" {
|
||||||
type = number
|
type = number
|
||||||
default = 1
|
default = null
|
||||||
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
|
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue