- Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
The library currently supports retrying requests when an external API operation is performed.
https://github.com/googleapis/google-api-python-client/blob/master/googleapiclient/http.py#L967-L977
https://github.com/googleapis/google-api-python-client/blob/master/googleapiclient/http.py#L172
However, this does not happen when sending the first request to the Discovery API.
https://github.com/googleapis/google-api-python-client/blob/master/googleapiclient/discovery.py#L282
Environment details
- OS: Linux/MacOS
- Python version: All
- pip version: All
google-api-python-client
version: google-api-python-client
Steps to reproduce
- Create any service object
- If a connection problem occurs, the request will not be retried
dato
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.