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 server side caching #412

Open
jcraigk opened this issue Nov 4, 2024 · 0 comments
Open

Improve server side caching #412

jcraigk opened this issue Nov 4, 2024 · 0 comments
Labels
devops Work related to server maintenance, deploys, etc

Comments

@jcraigk
Copy link
Owner

jcraigk commented Nov 4, 2024

We're using memory_store for caching API responses which is fine for single server instances. It gets cleared every deploy though. It would be nice to use memcached, but the current production Dokku deploy is throwing permission errors when trying to create an instance. Same with a new redis instance. The server has been up for years without restart and I'm nervous to restart it now so to fix this we'll likely want to migrate to a fresh server.

https://github.com/rails/solid_cache

Related to #391

@jcraigk jcraigk added the devops Work related to server maintenance, deploys, etc label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Work related to server maintenance, deploys, etc
Projects
None yet
Development

No branches or pull requests

1 participant