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

[Storage] Check if inherited methods (from abstrac_storage) respect the retries #666

Open
rzvoncek opened this issue Oct 10, 2023 · 0 comments
Labels
product-backlog Issues in the state 'product-backlog' refactoring

Comments

@rzvoncek
Copy link
Contributor

rzvoncek commented Oct 10, 2023

Project board link

Sometimes at tests we still get random errors at places like gcs_storage._upload_blob(). This mehtod does have a retry on it. It's not clear if the error bubling up actually wenth through the retries or the @Retry annotation is not effective.

During a refactoring week, it'd be great to see how this precisely works.

In the worst case, we need to make sure all the retries are working properly.

┆Issue is synchronized with this Jira Story by Unito

@adejanovski adejanovski added the ready Issues in the state 'ready' label Oct 31, 2023
@adejanovski adejanovski added product-backlog Issues in the state 'product-backlog' and removed ready Issues in the state 'ready' labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product-backlog Issues in the state 'product-backlog' refactoring
Projects
None yet
Development

No branches or pull requests

2 participants