Spring Cloud Hystrix does not work on first command call

I noticed that the first Hystrix command always causes my failure, and after that the following calls work fine in Spring Cloud Netflix.

Is there any parameter that I have to set in order to avoid it? Why is this happening?

+5
source share
1 answer

Looks like a side effect of the initialization of the infrastructure and as a timeout on it https://groups.google.com/d/msg/hystrixoss/_jnxAyS20lA/fWo0ZAHoxt8J

+9
source

Source: https://habr.com/ru/post/1245275/


All Articles