fix: distinguish server timeouts from transport timeouts by plamut · Pull Request #43 · googleapis/python-bigquery
added 2 commits
February 25, 2020 11:56A transport layer timeout is made independent of the query timeout, i.e. the maximum time to wait for the query to complete. The query timeout is used by the blocking poll so that the backend does not block for too long when polling for job completion, but the transport can have different timeout requirements, and we do not want it to be raising sometimes unnecessary timeout errors.
This human has signed the Contributor License Agreement.
label
Feb 25, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters