-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BigQuery Worker Wait Adjustments (#515)
* Setting a base sleep for 5 seconds and if it's not done and there's no error then enqueue to check again in 30 seconds. Any kind of exponential backoff or wait period here is unnecessary and duplicative. Just let the queue handle the wait if the response is not more or less immediate (within 5 seconds). * Adds location param to the BigQuery get_job method as it appears to be looking at multiple regions at times and this results in an error for the region where the job does not exist thus confusing the current logic. --------- Co-authored-by: Robert McMahan <[email protected]>
- Loading branch information
Showing
4 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters