mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
increase timeout for now
This commit is contained in:
parent
813f6e0bf3
commit
3539c186ab
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ resource "aws_sqs_queue" "dlq" {
|
|||
resource "aws_sqs_queue" "this" {
|
||||
name = var.name
|
||||
|
||||
visibility_timeout_seconds = 120
|
||||
|
||||
redrive_policy = jsonencode({
|
||||
deadLetterTargetArn = aws_sqs_queue.dlq.arn
|
||||
maxReceiveCount = var.max_receive_count
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue