Commit 98cbf2f4 by Ryan Baxter Committed by GitHub

Merge pull request #1840 from ryanjbaxter/document-hystrix-timeout

Document Hystrix timeout configuration with Ribbon clients
parents 5440aca2 e041d87b
......@@ -605,6 +605,14 @@ One of the main benefits of Hystrix is the set of metrics it gathers about each
.Hystrix Dashboard
image::Hystrix.png[]
== Hystrix Timeouts And Ribbon Clients
When using Hystrix commands that wrap Ribbon clients you want to make sure your Hystrix timeout
is configured to be longer than the configured Ribbon timeout, including any potential
retries that might be made. For example, if your Ribbon connection timeout is one second and
the Ribbon client might retry the request three times, than your Hystrix timeout should
be slightly more than three seconds.
[[netflix-hystrix-dashboard-starter]]
=== How to Include Hystrix Dashboard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment