hystrix-go icon indicating copy to clipboard operation
hystrix-go copied to clipboard

Get the original error?

Open liuaiyuan opened this issue 3 years ago • 1 comments

output:

fallback failed with '{"id":"user.srv","code":500,"detail":"error","status":"Internal Server Error"}'. run error was 'hystrix: timeout'

How can I get the original error?

liuaiyuan avatar Mar 14 '21 02:03 liuaiyuan

its already printed on https://github.com/afex/hystrix-go/blob/master/hystrix/hystrix.go#L293.

that's timeout error that came from https://github.com/afex/hystrix-go/blob/master/hystrix/hystrix.go#L190

You may extend your timeout

gazandic avatar Apr 27 '21 22:04 gazandic