如何在Express-Gateway中设置ProxyTimeOut



我究竟将proxyTimeout放在gateway.config.yml?

中。

您可以在管道中为代理设置超时:

pipelines:
  - name: default
    apiEndpoints:
      - test
    policies:
      - proxy:
          - action:
              serviceEndpoint: testService
              proxyTimeout: 6000

相关内容

  • 没有找到相关文章

最新更新