Skip to content

Commit 10d584b

Browse files
committed
increases visibility on sqs stitching queue
1 parent d121a65 commit 10d584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/sqs-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module "sqs-stitching-queue" {
55
owner = var.owner
66
message_retention = 1800
77
enable_sse = true
8-
max_visibility = 601
8+
max_visibility = 1200
99
enable_dlq = true
1010
}

0 commit comments

Comments
 (0)