#sai_rez - max network retries
1 messages · Page 1 of 1 (latest)
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?
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
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?
Correct
Okay thanks for your help