-
Notifications
You must be signed in to change notification settings - Fork 1
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
Infinite option for bigQueryRetry #359
Comments
@aakarim, what do you mean by |
@b-goyal Yes it does retry, it just only retries set number of times. I'd like it to keep retrying until the quota has expired (usually after a day). I could multiply it out, so if I have a |
|
Hi, thanks for the connector!
I have a fairly low daily limit on the BigQuery
Query Usage per day
quota to control costs, which we fairly regularly hit causing the connector to stop running and enter a failed state. We have the option to setbigQueryRetry
but it's capped, setting 0 results in no retries. We then have to manually reset the connector every day when the quota has refreshed.Would it be possible to allow infinite retries so the connector can just pick up the next day?
The text was updated successfully, but these errors were encountered: