Skip to content

Commit 8fa9cc9

Browse files
SRAlexanderAlexHerbertNHSScott Alexander
authored
[PRMDR-540] (#117)
* [PRMDR-540] Adding a minute delay to the sqs bulk upload metadata queue to allow time for Virus Scanner to trigger in the event a file has not yet been scanned --------- Co-authored-by: AlexHerbertNHS <[email protected]> Co-authored-by: Scott Alexander <[email protected]>
1 parent e5af9c5 commit 8fa9cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/queues.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module "sqs-lg-bulk-upload-metadata-queue" {
2424
max_visibility = 1020
2525
enable_fifo = true
2626
enable_deduplication = true
27+
delay = 60
2728
}
2829

2930
module "sqs-lg-bulk-upload-invalid-queue" {

0 commit comments

Comments
 (0)