mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
change visibility'
This commit is contained in:
parent
152e690358
commit
00fe4fea2b
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ data "aws_ecr_repository" "extractor_and_loader" {
|
|||
# SQS queue for extractor_and_loader
|
||||
resource "aws_sqs_queue" "extractor_and_loader_queue" {
|
||||
name = "extractor-loader-queue"
|
||||
visibility_timeout_seconds = 1800 # 30 minutes (>= 300s; ~6x rule of thumb)
|
||||
receive_wait_time_seconds = 20 # optional: long polling
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue