Hello,
I’d like to know if there is a trick to increase the http.request
timeout value. It seems to be a bit low for the use I make of it and I have no control of the API I’m calling in terms of latency…
Thanks!
Hello,
I’d like to know if there is a trick to increase the http.request
timeout value. It seems to be a bit low for the use I make of it and I have no control of the API I’m calling in terms of latency…
Thanks!
Setting the timeout is not currently an option. It would be a good addition, will put it on the list.
This was added in v39.1 via the timeout
property on HTTP
. docs
Thanks! Very helpful