Skip to content

Commit 626f2d5

Browse files
Bump upload processing timeout to 15 minutes (the maximum for lambda)
1 parent 0c9a198 commit 626f2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/infra/lib/UploadHandlerLambdaStack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class UploadHandlerLambdaStack extends cdk.Stack {
5959
path.join(__dirname, "../../spatial-uploads-handler"),
6060
{}
6161
),
62-
timeout: cdk.Duration.minutes(12),
62+
timeout: cdk.Duration.minutes(15),
6363
logRetention: logs.RetentionDays.ONE_MONTH,
6464
environment: {
6565
PGHOST: props.db.instanceEndpoint.hostname,

0 commit comments

Comments
 (0)