googleapis / googleapis/google-cloud-python
we might want custom retry logic for getQueryResults
Offen
#15,732
3 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @daniel-sanche
Auf GitHub ansehen
api: bigquery
type: feature request
- Vorherrschende Sprache
- Python
- Sterne
- 5.4k
- Forks
- 1.8k
- Ø Merge
- 3 T. 4 Std.
- Gemergte PRs (30 T.)
- 122
Beschreibung
Since getQueryResults translates job failures into HTTP error response codes, we might be retrying getQueryResults more often than needed, delaying when we re-issue a query (when safe to do so). Probably will want a different set of default error codes for getQueryResults.
We'll need to be careful with this, though, as we don't want to re-issue queries when they aren't actually corresponding to failed query jobs.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.