Skip to content

Commit

Permalink
Increase lambda timeout to 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser committed Sep 3, 2024
1 parent 8251175 commit 6942276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_lambda_function" "main" {
function_name = "${each.key}_lambda_function"
role = aws_iam_role.lambda_services[each.key].arn
architectures = ["x86_64"]
timeout = 120
timeout = 300

environment {
variables = merge(
Expand Down

0 comments on commit 6942276

Please sign in to comment.