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

adding the capability to retry a download. #5

Draft
wants to merge 1 commit into
base: update.redisearch
Choose a base branch
from

Conversation

slice4e
Copy link

@slice4e slice4e commented Feb 23, 2024

Downloading large files (e.g. 100M vectors) sometimes fails.
This adds a retry capability.

@slice4e slice4e marked this pull request as draft February 25, 2024 04:02
@slice4e
Copy link
Author

slice4e commented Feb 25, 2024

This approach still has problems. While it attempts to retry - it just makes the download fail multiple times, which causes free disk space to go down to 0. A better approach is needed - where an interrupted download can continue.

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.

1 participant