bigquery: job.wait inner backoff configuration is to slow #10555
Labels
api: bigquery
Issues related to the BigQuery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I'm using job.wait to determine when the job is complete. The internal configuration for the job.wait function is located within waitForQuery and is as follows:
It is a significant problem because the initial delay of 1 second is too slow when performing a large number of queries at a high rate. Can you please fix this or provide an option to modify this configuration?
Something like :
The text was updated successfully, but these errors were encountered: