mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
increase lambda timeout to maximum
This commit is contained in:
parent
f1a2bbc467
commit
6b8eb88a38
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ module "lambda" {
|
|||
batch_size = var.batch_size
|
||||
maximum_concurrency = var.maximum_concurrency
|
||||
|
||||
timeout = 60
|
||||
memory_size = 1024
|
||||
timeout = 900
|
||||
memory_size = 3008
|
||||
|
||||
environment = {
|
||||
STAGE = var.stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue