Hello everyone!
Someone knows how could I increase the timeout value of an API Request?
I'm doing a request to an API, but this service takes time to respond for the tasks it does and I get on console the error:
Currently this is my code:
Hello everyone!
Someone knows how could I increase the timeout value of an API Request?
I'm doing a request to an API, but this service takes time to respond for the tasks it does and I get on console the error:
Currently this is my code:
it that custom code, 'cos it should not take a long time to have a response back from the api, Ensure you have the correct query properly done, by increment the timeout it will not solve the problem. I would suggest to check what is the bottle neck of your application. Timeout also depents on your load balance if you have one or your server response time setup.
have a look here there you should have some info that you need
Rodrigo Manara
Sr. Developer
it that custom code, 'cos it should not take a long time to have a response back from the api, Ensure you have the correct query properly done, by increment the timeout it will not solve the problem. I would suggest to check what is the bottle neck of your application. Timeout also depents on your load balance if you have one or your server response time setup.
have a look here there you should have some info that you need
Rodrigo Manara
Sr. Developer