Skip to content

Commit d632296

Browse files
committed
[PRMP-583] Set SQS queue delay to 0 in review processing configuration
1 parent a123066 commit d632296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/sqs-review.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "document_review_queue" {
88
owner = var.owner
99
max_visibility = 1020
1010
enable_dlq = true
11-
delay = 60
11+
delay = 0
1212
enable_sse = true
1313

1414
}

0 commit comments

Comments
 (0)