Hi,
I am using Golang SDK, and find when I start workflow I sometimes get “context cancelled” errors. And I didn’t see any failed requests in the server metrics, and the latency metric shows p99 is < 100ms. How should I debug this kind of error ?
My suspicious is the client side somehow cancels the request. At first I thought it was from the client-side timeout, but I checked the timeout was 10s and shouldn’t be this case. Could I get some directions to further-investigate the case?