Where exactly do I put proxyTimeout in gateway.config.yml?
Asked
Active
Viewed 326 times
0

sjahongir
- 23
- 7
-
did you figure this out? – aman_novice Mar 27 '19 at 02:27
1 Answers
1
You can set timeout for proxy in pipelines:
pipelines:
- name: default
apiEndpoints:
- test
policies:
- proxy:
- action:
serviceEndpoint: testService
proxyTimeout: 6000

Igor
- 825
- 2
- 7
- 18