Skip to content

Commit

Permalink
Bump upload processing timeout to 15 minutes (the maximum for lambda)
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Nov 12, 2024
1 parent 0c9a198 commit 626f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/lib/UploadHandlerLambdaStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class UploadHandlerLambdaStack extends cdk.Stack {
path.join(__dirname, "../../spatial-uploads-handler"),
{}
),
timeout: cdk.Duration.minutes(12),
timeout: cdk.Duration.minutes(15),
logRetention: logs.RetentionDays.ONE_MONTH,
environment: {
PGHOST: props.db.instanceEndpoint.hostname,
Expand Down

0 comments on commit 626f2d5

Please sign in to comment.