We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug
handletimeout ineffectived, when the actual execution time exceeds the handletime but does not exceed the remote call timeout
To Reproduce 1、set handletimeout 1500
1500
2、sleep 2 seconds
simulate execution time with sleep func
** Version info **
go version go1.16.6 darwin/amd64
TarsGo v1.1.6
Expected behavior
get server invoke timeout error and cost close to handletimeout
server invoke timeout
Actual behavior
get unexcepet err and cost close to async-invoke-timeout
async-invoke-timeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
handletimeout ineffectived, when the actual execution time exceeds the handletime but does not exceed the remote call timeout
To Reproduce
1、set handletimeout
1500
2、sleep 2 seconds
** Version info **
go version go1.16.6 darwin/amd64
TarsGo v1.1.6
Expected behavior
get
server invoke timeout
error and cost close to handletimeoutActual behavior
get unexcepet err and cost close to
async-invoke-timeout
The text was updated successfully, but these errors were encountered: