As an example:Client calls MyService with a deadline of 10 seconds.MyService calls OtherService as part of responding. However, the call to OtherService times out due to the deadline in 10 seconds.MyService tries to log the error to Spanner; but it's still using that context deadline which expired.Is there a way to get a new context with an extended deadline? Are there any issues with that approach?
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/TUicHyvYNX0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/TUicHyvYNX0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.