-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
What if we made a Google\Cloud\ExponentialBackoff for job completion, i.e.:
$job = $table->load(fopen($source, 'r'), $options);
$backoff = new ExponentialBackoff(10);
$backoff->execute(function() use ($job, $output) {
$job->reload();
return $job->isComplete();
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.