#swoopdog - go timeouts

1 messages · Page 1 of 1 (latest)

oak barn
#

Hi there. One moment

#

Are you using the latest version of the go library?

terse mesa
#

We're using v72.92.0 of the stripe-go library

oak barn
#

Gotcha. Let me check with a coworker

placid halo
#

@terse mesa that unfortunately not possible. The timeout is your own timeout, that's when you asked the code to give up. The request still runs on our end

#

there isn't a way to stop the request, it's running. You will have to either use our default timeout (30 seconds) or handled the itempotency_key_in_use error and retry based on that

terse mesa
#

Thank you for the clarification! @placid halo @oak barn