We are working with Expedia API and sometimes we encountered service outage which causes slow clients.
In order to catch them we implemented a timeout option. In our experience connection timeouts of minimum ~0.13 seconds and bandwidth timeouts of minimum ~2.2 seconds.
The timeout is ignoring the booking action since the it might take longer then the other requests.
We are working with Expedia API and sometimes we encountered service outage which causes slow clients. In order to catch them we implemented a timeout option. In our experience connection timeouts of minimum ~0.13 seconds and bandwidth timeouts of minimum ~2.2 seconds. The timeout is ignoring the booking action since the it might take longer then the other requests.