Skip to content

Commit

Permalink
chore(infra): set exchange as durable (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 authored Apr 11, 2024
1 parent d249bbc commit 22fd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infra/modules/codedang-infra/rabbitmq.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "rabbitmq_exchange" "exchange" {

settings {
type = "direct"
durable = false
durable = true
}
}

Expand Down

0 comments on commit 22fd6cd

Please sign in to comment.