#sai_rez - max network retries

1 messages · Page 1 of 1 (latest)

lost temple
#

What stripe library is that in? It differs across the libraries I believe

sly jolt
#

The node library

#

Does stripe retry network requests by default if there are errors without this?

And what is the max we can set for stripe to retry?

lost temple
#

Yes the number is higher than 0 by default though I haven't had a chance to dig through the source code yet

#

I don't think that we enforce a maximum retry limit

sly jolt
#

So if i were receiving lock time out errors and I were to set max network retries to 3, that same request would be made 3 times?

lost temple
#

Correct

sly jolt
#

Okay thanks for your help