Skip to content

Commit bd3271e

Browse files
committed
Fix, queue visibilty time should be greaten then lambda time out
1 parent 64d811f commit bd3271e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resource "random_string" "random" {
1515
resource "aws_sqs_queue" "queued_builds" {
1616
name = "${var.environment}-queued-builds.fifo"
1717
delay_seconds = 30
18+
visibility_timeout_seconds = 60
1819
fifo_queue = true
1920
receive_wait_time_seconds = 10
2021
content_based_deduplication = true

0 commit comments

Comments
 (0)