Skip to content

Commit

Permalink
add hystrix-plugin Timeout Description (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
crudboy authored Oct 12, 2023
1 parent e92c52a commit 4498f87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugin-center/fault-tolerance/hystrix-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ For more information on selectors and rules configuration, see [Selector And Rul
* `MinimumRequests`: the minimum number of requests required to trigger a circuit breaker.

* `ErrorThresholdPercentage`: percentage of exception occurring during that time.

* `Timeout`(ms): execution timeout.

* `MaxConcurrentRequests`: max concurrent requests.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ ShenYu 2.4.0
* 跳闸最小请求数量:最小的请求量,至少要达到这个量才会触发熔断。

* 错误百分比阀值: 这段时间内,发生异常的百分比。

* 超时时间`(ms)`:执行超时时间。

* 最大并发量: 最大的并发量。

Expand Down
Binary file modified static/img/shenyu/plugin/hystrix/rule.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/shenyu/plugin/hystrix/rule_en.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4498f87

Please sign in to comment.