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

Improvement(rpc-server): Add retrying to fetch object from s3 #94

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

kobayurii
Copy link
Member

In this pr we added retrying to fetch object from s3. We add new function fetch_object_from_s3_with_retry in which we try to get object from s3 three times if we have some problem with network, otherwise we return an error.

@kobayurii kobayurii self-assigned this Jul 26, 2023
Copy link
Member

@khorolets khorolets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@khorolets khorolets merged commit 7ac1898 into main Jul 26, 2023
3 checks passed
@kobayurii kobayurii deleted the s3_retry branch December 20, 2023 14:00
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

Successfully merging this pull request may close these issues.

2 participants