#joaoed-timeout
1 messages · Page 1 of 1 (latest)
On my own HTTP client config. actually, I'm using that lib
https://github.com/code-corps/stripity_stripe#timeout
Today I'm using 10s... but is that enough? sometimes I receive some imdepotency_key errors from stripe because the request reach out the timeout and another attempt is made
Apologies, dropped off this for a bit. Checking if we have a limit or recommendation here
Our official libraries have a timeout of 30 seconds
Requests hard fail on our side after 30 seconds so you will not get a response from us after that
gotcha!!
i'll use 30s too, thanks @pliant maple 🙂