Skip to content

Commit

Permalink
[#IOPID-1921] Add new pdnd-io-cosmosdb-service-preferences topic (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati authored Aug 1, 2024
1 parent 239bc8d commit 1a2c5e0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/app_backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ module "appservice_app_backendl1" {
startup_time = "00:05:00"
slow_requests_count = 50
slow_requests_interval = "00:01:00"
slow_requests_time = "00:00:05"
slow_requests_time = "00:00:10"
}

app_settings = merge(
Expand Down Expand Up @@ -908,7 +908,7 @@ module "appservice_app_backendl2" {
startup_time = "00:05:00"
slow_requests_count = 50
slow_requests_interval = "00:01:00"
slow_requests_time = "00:00:05"
slow_requests_time = "00:00:10"
}

app_settings = merge(
Expand Down
20 changes: 20 additions & 0 deletions src/core/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,26 @@ eventhubs = [
}
]
},
{
name = "pdnd-io-cosmosdb-service-preferences"
partitions = 30
message_retention = 7
consumers = []
keys = [
{
name = "io-fn-elt"
listen = false
send = true
manage = false
},
{
name = "pdnd"
listen = true
send = false
manage = false
}
]
},
{
name = "pdnd-io-cosmosdb-notification-status"
partitions = 30
Expand Down

0 comments on commit 1a2c5e0

Please sign in to comment.