You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requests library used underneath QDS_SDK needs to handle ConnectionErrors better. These pop up when we poll aggressively on the endpoint and a connection is refused.
The text was updated successfully, but these errors were encountered:
except MaxRetryError as e:
> raise ConnectionError(e, request=request)
E ConnectionError: HTTPSConnectionPool(host='qa.qubole.net', port=443): Max retries exceeded with url: /api/v1.2/clusters/yzdy3/state (Caused by <class 'httplib.BadStatusLine'>: )
87/lib/python2.6/site-packages/requests-2.3.0-py2.6.egg/requests/adapters.py:375: ConnectionError
The requests library used underneath QDS_SDK needs to handle ConnectionErrors better. These pop up when we poll aggressively on the endpoint and a connection is refused.
The text was updated successfully, but these errors were encountered: