TLDR Morgan was seeking help for a Go error message when upserting in TS cloud. Jason suggested increasing the client side timeout and left the circuit breaker timeout unchanged.
Morgan This looks like due to too many failed or incomplete requests:
Could you try increasing the client side timeout, to make sure the batch import call has sufficient time to complete
Thanks Jason, that was very helpful. So the likely reason is the request sent to TS server was closed before it can respond, correct? that way, by increasing client side timeout, you mean
Yup, that's correct
Great, thanks. Do you think I should also increase
It looks like that might control the time between retries... Ideally we want the very first request to succeed and not timeout. So I'd leave circuit breaker timeout as is.
Morgan
Mon, 29 Nov 2021 22:52:44 UTCHi we got this error with GO when upserting a document to TS cloud. `circuit breaker is open`. can anyone give more context on that?