-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeout 无法触发breaker #792
Comments
|
kevwan
added a commit
to kevwan/go-zero
that referenced
this issue
Aug 4, 2021
jeyrce
pushed a commit
to jeyrce/go-zero
that referenced
this issue
Aug 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
模拟timeout场景, 无法触发breaker
fooService.proto
sleeplogic.go
fooservice.yaml
模拟调用
发现大量调用下不会出发breaker, debug发现 err 返回的是rpc error: code = Unknown desc = context deadline exceeded
unknown code会 通过breaker标记成功
The text was updated successfully, but these errors were encountered: