gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

GCE GAPIC is not applying timeout or retry from config file

Open vchudnov-g opened this issue 2 years ago • 0 comments

The compute_grpc_service_config.json defines a timeout and a retryPolicy that are NOT being applied in the generated GAPIC's transports/base.py.

By way of comparison, vision_grpc_service_config.json defines the same timeout and a retryPolicy that ARE being applied in the generated GAPIC's transports/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

vchudnov-g avatar Jan 12 '24 01:01 vchudnov-g