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

Stop throwing if saving a request fails #242

Closed
wants to merge 1 commit into from

Conversation

hexagonrecursion
Copy link
Contributor

Saving a cached request may fail for any number of reasons:

  • Running out of memory
  • Running out of disk space
  • Other IO-related errors

Since we have already made the request and received the data we might
as well use it instead of dropping it on the floor just because we can't
save it to satisfy future requests.

This should make #145, #180 and #238 less severe.

Saving a cached request may fail for any number of reasons:
* Running out of memory
* Running out of disk space
* Other IO-related errors

Since we have already made the request and received the data we might
as well use it instead of dropping it on the floor just because we can't
save it to satisfy future requests.
@hexagonrecursion
Copy link
Contributor Author

Correction: this will not help with #145

@hexagonrecursion
Copy link
Contributor Author

@ionrock Ping?

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