Cyrus Forbes
Results
2
issues of
Cyrus Forbes
Currently, when running `hystrix.Do` or `hystrix.Go`, there is no built in context cancellation during a timeout. For example, when making a dynamo query: ```golang err := hystrix.Do(HystrixCommand, func() error {...
Since `extractError()` only looks at the _root_ cause and discards other errors in the error stack (https://github.com/heroku/rollrus/blob/master/rollrus.go#L270-L275), if there are multiple wrapped errors and the root cause does not have...