GCE GAPIC is not applying timeout or retry from config file #1905
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The
compute_grpc_service_config.json
defines atimeout
and aretryPolicy
that are NOT being applied in the generated GAPIC'stransports/base.py
.By way of comparison,
vision_grpc_service_config.json
defines the sametimeout
and aretryPolicy
that ARE being applied in the generated GAPIC'stransports/base.py
.This suggests the generator or higher level pipelines are not reading the these policies. It's possibly a REGAPIC- or DIREGAPIC-specific issue.
Tangentially related: #1897
The text was updated successfully, but these errors were encountered: