Skip to content

Commit 5bd03e0

Browse files
committed
tweak SQS message timeouts
1 parent 8c1070b commit 5bd03e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudformation/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Parameters:
2828
AllowedValues: [true, false]
2929
SqsLambdaTimeout:
3030
Description: How long the SQS lambda is permitted to run (in seconds)
31-
Default: 300
31+
Default: 180
3232
Type: Number
3333
SqsMessageTimeout:
34-
Description: MessageVisibilityTimeout for the SQS Lambda queue (should be at least 6xSqsLambdaTimeout)
35-
Default: 1800
34+
Description: MessageVisibilityTimeout for the SQS Lambda queue (should be at least (numMaxRetry + 1)*SqsLambdaTimeout)
35+
Default: 720
3636
Type: Number
3737
S3BucketPrefix:
3838
Description: S3 bucket prefix which will ensure global uniqueness

0 commit comments

Comments
 (0)