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
As a Google Cloud client library developer, I would like an easy way of specifying a timeout when making API calls using the requests.AuthorizedSession transport, for example:
Motivation:
Sometimes the BigQuery client gets stuck at the transport layer. Having a timeout parameter that can be passed to the transport is necessary for fixing several issue, for example: googleapis/google-cloud-python#9875 (comment)
The text was updated successfully, but these errors were encountered:
As a Google Cloud client library developer, I would like an easy way of specifying a timeout when making API calls using the
requests.AuthorizedSession
transport, for example:Motivation:
Sometimes the BigQuery client gets stuck at the transport layer. Having a timeout parameter that can be passed to the transport is necessary for fixing several issue, for example: googleapis/google-cloud-python#9875 (comment)
The text was updated successfully, but these errors were encountered: