Skip to content

Provide actionable feedback when internal operations are failing rather than silently retrying for over 10mins #346

@dhirschfeld

Description

@dhirschfeld

I'm trying to debug a problem where my request appears to hang indefinitely.

If I pause the program in the debugger it's deep in a retry loop in urllib

>>> response
<urllib3.response.HTTPResponse at 0x187b9786ec0>

>>> response.status
403

...and it seems the default timeout for requests is 15mins

>>> self
<databricks.sql.auth.thrift_http_client.THttpClient at 0x187b97858a0>

>>> self._THttpClient__timeout
900.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions