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

chore(bq): fix @google-cloud/bigquery to version 7.9.0 #531

Merged
merged 9 commits into from
Sep 26, 2024

Conversation

vdelacruzb
Copy link
Contributor

@vdelacruzb vdelacruzb commented Sep 24, 2024

Description

As can be seen in this PR: https://github.com/CartoDB/analytics-toolbox/pull/901

The tests where constantly crashing because of a timeout on certain BQ procedures.

This should be caused by the timeout changes introduced in the release 7.9.1 by Bigquery https://github.com/googleapis/nodejs-bigquery/releases

Tried to increase dramatically the timeout times but it wasn't fixing anything and started getting network timeouts. So decided to stick to the version 7.9.0.

@vdelacruzb vdelacruzb changed the title chore(bq): increase query timeout from 120000 to 150000 chore(bq): increase query timeout from 120000 to 200000 Sep 24, 2024
@vdelacruzb vdelacruzb changed the title chore(bq): increase query timeout from 120000 to 200000 chore(bq): increase test query timeout from 120000 to 240000 Sep 24, 2024
@vdelacruzb vdelacruzb changed the title chore(bq): increase test query timeout from 120000 to 240000 chore(bq): fix @google-cloud/bigquery to version 7.9.0 Sep 26, 2024
@vdelacruzb vdelacruzb merged commit c0b02a7 into main Sep 26, 2024
9 checks passed
@vdelacruzb vdelacruzb deleted the increase-bq-query-timeouts branch September 26, 2024 10:28
@vdelacruzb vdelacruzb mentioned this pull request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants