Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Bump timeout to 15m
Browse files Browse the repository at this point in the history
The Lambda is timing out at 5m, following the previous update
  • Loading branch information
jonodrew committed May 2, 2024
1 parent b533997 commit 280b191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_/zendesk_backup/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "aws_lambda_function" "lambda" {
runtime = "python3.11"

memory_size = 512
timeout = 300
timeout = 900

lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 280b191

Please sign in to comment.