You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Motivation
Currently, we didn't check if the HTTP timeout is larger than the consume timeout. the client will get the request canceled error if the consume timeout >= HTTP timeout and there's no job available. The root cause is HTTP client would close the client(timeout) before the server responds to the no job error.
Solution
Check if the HTTP timeout > consumes timeout when consuming.
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
git-hulk
changed the title
HTTP timeout must be larger than the consume timeout
[] HTTP timeout must be larger than the consume timeout
Apr 26, 2023
git-hulk
changed the title
[] HTTP timeout must be larger than the consume timeout
[client] HTTP timeout must be larger than the consume timeout
Apr 26, 2023
Search before asking
Motivation
Currently, we didn't check if the HTTP timeout is larger than the consume timeout. the client will get the
request canceled
error if the consume timeout >= HTTP timeout and there's no job available. The root cause is HTTP client would close the client(timeout) before the server responds to the no job error.Solution
Check if the HTTP timeout > consumes timeout when consuming.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: