-
Notifications
You must be signed in to change notification settings - Fork 16
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
Sometimes queries return nil, second execution returns results #22
Comments
Its hard to tell what might be the problem , but it could be the cache thing that you mention |
The largest table is 3TB. |
yeah , but it seems to be not an exception to catch, is a nil object instead. so a retry with a timeout is needed. this behavior occurs only for the first query or this occurs for the subsequents ones? |
Found a solution to my issue!!! class JobIncomplete < Exception |
that's great @vanetten. I'll be looking for that PR. cheers |
Thank you BTW.
I've been using BigBroda for several months against VERY large BigQuery databases.
I have an issue where queries occasionally return nil.
If I reload the same query, it works fine the second time.
My gut tells me this is a BigQuery "too big" or "timeout" issue.
Where the second execution, BigQuery has cached the result.
Have you ever seen this?
Any workarounds?
Bill
The text was updated successfully, but these errors were encountered: