You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Specify the API at the beginning of the title. biquery
OS type and version: MacOS
Java version: 1.8
bigquery version(s): 1.117.1
Steps to reproduce
Configuring retrying exceptions, in case of an error during dns resolution on http GRPC API, the exception does not seems to retry. Google Extensions for java consider this a not retry case. The api does not seem to allow retry under errors of this sort:
Environment details
Steps to reproduce
Configuring retrying exceptions, in case of an error during dns resolution on http GRPC API, the exception does not seems to retry. Google Extensions for java consider this a not retry case. The api does not seem to allow retry under errors of this sort:
Is there any option to retry this exceptions, could this be added as a feature as the gax retry api is internal to the client.
Thank you for your help.