Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make list_blobs resilient to random failures (e.g. retry policy) #1603

Open
jorgecarleitao opened this issue Feb 1, 2024 · 0 comments
Open

Comments

@jorgecarleitao
Copy link

I am observing that when listing blobs, sometimes the listing fails in one of the pages, resulting in having to restart. For a large number of blobs, I am being unable to list all blobs, as I need to restart the listing from the start.

An error on the Paginated results should return the continuation token, and we should be able to create a new pagination from the last token (or something equivalent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant