You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:43:36 UTC

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #2106: feat: add retry_timeout for upstream

liuxiran commented on a change in pull request #2106:
URL: https://github.com/apache/apisix-dashboard/pull/2106#discussion_r699222358



##########
File path: web/src/components/Upstream/locales/zh-CN.ts
##########
@@ -41,6 +41,10 @@ export default {
   'component.upstream.fields.retries.tooltip':
     '重试机制将请求发到下一个上游节点。值为 0 表示禁用重试机制,留空表示使用可用后端节点的数量。',
 
+  'component.upstream.fields.retry_timeout': '重试超时时间',
+  'component.upstream.fields.retry_timeout.tooltip':
+    '限制是否继续重试的时间,若之前的请求和重试请求花费太多时间就不再继续重试。`0` 代表不启用重试超时机制。。',

Review comment:
       ```suggestion
       '限制是否继续重试的时间,若之前的请求和重试请求花费太多时间就不再继续重试。‘0’ 代表不启用重试超时机制。',
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org