We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121a65 commit 10d584bCopy full SHA for 10d584b
infrastructure/sqs-stitching.tf
@@ -5,6 +5,6 @@ module "sqs-stitching-queue" {
5
owner = var.owner
6
message_retention = 1800
7
enable_sse = true
8
- max_visibility = 601
+ max_visibility = 1200
9
enable_dlq = true
10
}
0 commit comments