Skip to content

Commit

Permalink
chore: added REST_CLIENT timeout dev and uat
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Mar 25, 2024
1 parent f516c18 commit 287d050
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "REST_CLIENT_CONNECT_TIMEOUT"
value = "60000"
},
{
name = "REST_CLIENT_READ_TIMEOUT"
value = "60000"
}
]

Expand Down
8 changes: 8 additions & 0 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "REST_CLIENT_CONNECT_TIMEOUT"
value = "60000"
},
{
name = "REST_CLIENT_READ_TIMEOUT"
value = "60000"
}
]

Expand Down
8 changes: 8 additions & 0 deletions infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "REST_CLIENT_CONNECT_TIMEOUT"
value = "60000"
},
{
name = "REST_CLIENT_READ_TIMEOUT"
value = "60000"
}
]

Expand Down
8 changes: 8 additions & 0 deletions infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "REST_CLIENT_CONNECT_TIMEOUT"
value = "60000"
},
{
name = "REST_CLIENT_READ_TIMEOUT"
value = "60000"
}
]

Expand Down

0 comments on commit 287d050

Please sign in to comment.