Skip to content

Add a default retry parameter to all public methods #315

@krisowski

Description

@krisowski

All public storage method should have a default retry parametr defined so that clients don't have to explicitly use the @retry.Retry decorator to handle transient issues, like 503 error code.

The solution could look similar to the implementation in the google-cloud-bigquery where retry is implemented in every public method and it is set to DEFAULT_RETRY by default.

Metadata

Metadata

Labels

api: storageIssues related to the googleapis/python-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions