Skip to content

Commit

Permalink
Add client_config to Opensearch connector
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Aug 2, 2024
1 parent ffa1f4e commit 2dd0dce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data_services/opensearch_connector.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ locals {
request_body = "{\"inputs\": $${parameters.input}}"
}
]

client_config = {
max_connections = 500
connection_timeout = 5
read_timeout = 5
max_retry_times = 3
retry_timeout_seconds = 15
}
}}
}

Expand Down

0 comments on commit 2dd0dce

Please sign in to comment.