Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Cloud Hystrix fails at first command call

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

Is there any setting should I set to avoid it? Why does it happen?

like image 501
Carlos Alberto Avatar asked Mar 17 '16 21:03

Carlos Alberto


1 Answers

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

like image 168
ivanenok Avatar answered Sep 23 '22 00:09

ivanenok