mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
wrong name
This commit is contained in:
parent
5b9f0f7219
commit
152e690358
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ data "aws_ecr_repository" "walthamforest_etl_ecr" {
|
|||
# SQS queue
|
||||
resource "aws_sqs_queue" "walthamforest_etl_queue" {
|
||||
name = "walthamforest_etl-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