algolia / algoliasearch-client-python

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/python/?language=python
MIT License
196 stars 67 forks source link

[poc] Unreachable hosts? Which ones? Why? #529

Open saper opened 3 years ago

saper commented 3 years ago

When hosts are unreachable, we definitely need information which ones (to check the network stuff) and why they failed. Sadly, exception handling hides all of this.

saper commented 3 years ago

Leaving it here since logging should be improved to help diagnose network issues...