mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #788 from Hestia-Homes/increase-categorisation-lambda-timeout
Increase categorisation lambda timeout to 2mins
This commit is contained in:
commit
ee6f793a07
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ module "lambda" {
|
||||||
maximum_concurrency = var.maximum_concurrency
|
maximum_concurrency = var.maximum_concurrency
|
||||||
batch_size = var.batch_size
|
batch_size = var.batch_size
|
||||||
|
|
||||||
|
timeout = 120
|
||||||
|
|
||||||
environment = merge(
|
environment = merge(
|
||||||
{
|
{
|
||||||
STAGE = var.stage
|
STAGE = var.stage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue