traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Reopen connection for long requests #106

Closed danielnaumau closed 9 months ago

danielnaumau commented 9 months ago

Some requests take more than 10 minutes to process, so in such cases we need to reopen connection

arnasbr commented 9 months ago

https://github.com/traveltime-dev/traveltime-python-sdk/pull/107 Created a PR that lets the user pick a higher timeout value.