Skip to content

Commit

Permalink
chore(envoy): disable request timeouts for /ar-io routes in envoy.tem…
Browse files Browse the repository at this point in the history
…plate.yaml

Gateways are experiencing `upstream request timeout` for endpoints like `/ar-io/debug` given the amount of time it may take to query the database. There is likely oppurtunity to remove/disable timeouts for other endpoints proxied by envoy, but scoped this to just `/ar-io` endpoints.
  • Loading branch information
dtfiedler committed Sep 1, 2023
1 parent d017429 commit a742bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envoy/envoy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static_resources:
num_retries: 5
- match: { prefix: '/ar-io' }
route:
timeout: 0s
cluster: ario_gateways
retry_policy:
retry_on: '5xx,reset'
Expand Down

0 comments on commit a742bf9

Please sign in to comment.