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

Implement automatic retry #13

Open
rfrenchseti opened this issue Oct 19, 2024 · 0 comments
Open

Implement automatic retry #13

rfrenchseti opened this issue Oct 19, 2024 · 0 comments

Comments

@rfrenchseti
Copy link
Collaborator

When a cloud resource is overloaded (like too many processes on a given machine trying to access it at the same time), downloads and uploads can temporarily fail. But they will succeed if we try again, perhaps with an exponential falloff in time. filecache should implement optional retry internally so the user program doesn't have to.

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

No branches or pull requests

1 participant