Skip to content

Commit b2a3207

Browse files
committed
Correct visibility timeout to match ticket
1 parent 2350e78 commit b2a3207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/terraform/components/api

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ locals {
2626
LETTER_TTL_HOURS = 12960, # 18 months * 30 days * 24 hours
2727
LETTER_QUEUE_TABLE_NAME = aws_dynamodb_table.letter_queue.name,
2828
LETTER_QUEUE_TTL_HOURS = 168 # 7 days * 24 hours
29-
LETTER_QUEUE_VISIBILITY_TIMEOUT = 600, # 10 minutes * 60 seconds
29+
LETTER_QUEUE_VISIBILITY_TIMEOUT = 300, # 5 minutes * 60 seconds
3030
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
3131
MI_TABLE_NAME = aws_dynamodb_table.mi.name,
3232
MI_TTL_HOURS = 2160 # 90 days * 24 hours

0 commit comments

Comments
 (0)