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

Improve caching strategy #2

Open
jacobwegner opened this issue Nov 26, 2018 · 0 comments
Open

Improve caching strategy #2

jacobwegner opened this issue Nov 26, 2018 · 0 comments

Comments

@jacobwegner
Copy link
Contributor

(Builds on #1)

In the future, the project should consider switching to the RedisCache backend and configuring Redis with the allkeys-lru eviction policy.

This would allow a constrained cache footprint (rather than the open-ended cache size configured in #1).

I don't expect cache growth to be a problem with the current configuration, as the Kubernetes deployment for https://scaife.perseus.org has plenty of disk space available.

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

No branches or pull requests

1 participant