zalando-stups / kio

The application registry in the STUPS ecosystem
http://docs.stups.io/en/latest/components/kio.html
Other
23 stars 11 forks source link

Increase Hystrix timeouts #34

Closed harti2006 closed 8 years ago

harti2006 commented 8 years ago

The default timeout period of one second is too short and leads to 503 response status occurring very often.

I suggest to increase it to 1.5 or 2 seconds and see if it helps.

hjacobs commented 8 years ago

FYI: Hystrix timeouts are currently disabled in Pier One

sarnowski commented 8 years ago

Is that a scalable solution? Shouldn't we make sure that nothing takes longer than a second in the first place?