mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
add ability to set agent timeout (#710)
Co-authored-by: Adil Hafeez <adil.hafeez10@t-mobile.com>
This commit is contained in:
parent
43bdd0bfcf
commit
8428b06e22
1 changed files with 2 additions and 1 deletions
|
|
@ -278,6 +278,7 @@ static_resources:
|
|||
|
||||
{% if listener.agents %}
|
||||
|
||||
# agent listeners
|
||||
- name: {{ listener.name | replace(" ", "_") }}
|
||||
address:
|
||||
socket_address:
|
||||
|
|
@ -333,7 +334,7 @@ static_resources:
|
|||
auto_host_rewrite: true
|
||||
prefix_rewrite: "/agents/"
|
||||
cluster: bright_staff
|
||||
timeout: {{ llm_gateway_listener.timeout }}
|
||||
timeout: {{ listener.timeout | default('30s') }}
|
||||
http_filters:
|
||||
- name: envoy.filters.http.compressor
|
||||
typed_config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue