Skip to content

Commit

Permalink
[#IOPID-1597] Increase lollipop-pubkeysmax throughput (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati authored Feb 21, 2024
1 parent 847b36b commit 7c98ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/05_database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "azurerm_monitor_metric_alert" "cosmosdb_account_normalized_RU_consumpt

# Action groups for alerts
action {
action_group_id = data.azurerm_monitor_action_group.quarantine_error_action_group.id
action_group_id = data.azurerm_monitor_action_group.error_action_group.id
}

tags = var.tags
Expand Down
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tags = {

citizen_auth_database = {
lollipop_pubkeys = {
max_throughput = 3000
max_throughput = 6000
ttl = -1
}
}
Expand Down

0 comments on commit 7c98ec4

Please sign in to comment.