Replies: 3 comments 8 replies
-
Hi @arielzach, did you set timeout with context.WithTimeout? |
Beta Was this translation helpful? Give feedback.
2 replies
-
What is the purpose of the ConnWriteTimeout config? Is the timeout respected if there are issues with the connections? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, if I wanted to make sure that the timeout is always met, should I configure ConnWriteTimeout with the same timeout that I use in the context? That way it would also apply to the periodic PING. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we are experiencing serious timeout issues. On certain occasions, which we have not been able to identify yet, the timeout is not being honored. We do not observe any CPU problems on the instances to justify these times. For example, in one of our applications, we have set the timeout to 30ms, but we have seen times as long as 600ms. I tried configuring ConnWriteTimeout, but it seems to have no effect, even when set to 1ms. Do you have any idea what the problem could be or what other configuration we could try?
Beta Was this translation helpful? Give feedback.
All reactions