Skip to content

Commit b0a4333

Browse files
committed
Fix visibility timeout parameter
1 parent a2c73d2 commit b0a4333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/sqs_batch_file_created.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ resource "aws_sqs_queue" "batch_file_created_queue" {
2020
policy = data.aws_iam_policy_document.batch_file_created_queue_policy.json
2121
fifo_queue = true
2222
content_based_deduplication = true # Optional, helps with deduplication
23-
visibility_timeout_seconds = 60
23+
visibility_timeout_seconds = 420
2424
}

0 commit comments

Comments
 (0)