Skip to content

Commit

Permalink
Set calendar timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9smith committed Dec 5, 2024
1 parent 16081a0 commit 5e39567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ resource "aws_lambda_function" "calendar_update" {
source_code_hash = data.archive_file.lambda.output_base64sha256
runtime = "python3.12"
architectures = ["arm64"]
timeout = 5
timeout = 30

environment {
variables = {
Expand Down

0 comments on commit 5e39567

Please sign in to comment.