Two issues are displaying without cards, on a sprint board, creating two otherwise blank rows on the board. Please help me figure out why, and how to correct this.
Sprint board with two extra rows and two issues that don't belong in the first column
Hi Andrew,
Thanks for the response.
I'm actually familiar with that post and implemented that at the beginning of my project. Without it my calls that are ending with a TLS handshake timeout. Based on other posts I've already overridden the Timeout to 200 seconds.
brad
Hi Brad,
I'm not familiar with using Go myself to make API REST calls, however from searching on this topic I came across this post I thought might help: Don’t use Go’s default HTTP client (in production)
In it, Nathan explains a scenario in which these kinds of Go rest calls can get stuck in a TLS handshake because by default Go calls can use a default infinite period of time (ie no timeout). He suggests setting a timeout value yourself in the Go code to wait a set interval before giving up.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.