Abacn commented on code in PR #24317:
URL: https://github.com/apache/beam/pull/24317#discussion_r1029896702
##########
sdks/python/apache_beam/io/gcp/gcsio.py:
##########
@@ -569,11 +570,13 @@ def _gcs_object(self, path):
bucket=bucket, object=object_path)
return self.client.objects.Get(request)
- @retry.with_exponential_backoff(
Review Comment:
Originally this will retry the whole list_prefix method. Now it will only
retry the request.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]