Skip to content

Commit

Permalink
fix: increase RDS max capacity to handle spikes in message sending (#399
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chris13524 authored Mar 7, 2024
1 parent d2ebbac commit 6018e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/postgres/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variable "min_capacity" {
variable "max_capacity" {
description = "The maximum capacity for the Aurora cluster (in Aurora Capacity Units)"
type = number
default = 10
default = 20
}

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 6018e40

Please sign in to comment.