Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigquery): add job timeout support #5707

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

shollyman
Copy link
Contributor

This feature allows callers to configure a job timeout. If a BigQuery
job runs longer than this duration, BigQuery may cancel the job.

We expose JobTimeout in each of the job config types, given the existing pattern.

Fixes: #3613

This feature allows callers to configure a job timeout.  If a BigQuery
job runs longer than this duration, BigQuery may cancel the job.
@shollyman shollyman requested a review from a team March 1, 2022 22:00
@shollyman shollyman requested a review from a team as a code owner March 1, 2022 22:00
@shollyman shollyman requested a review from steffnay March 1, 2022 22:00
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the BigQuery API. labels Mar 1, 2022
@steffnay steffnay merged commit 868363c into googleapis:main Mar 1, 2022
@Thomasdezeeuw
Copy link

@shollyman would it be possible to use the context deadline if JobTimeout is zero?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bigquery: expose jobTimeoutMs field
3 participants