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

When use the Apollo Client server side rendering, How to share the cache in cluster server (k8s)? ( did we have file cache? or db cache? ) #11816

Closed
dande-sun opened this issue Apr 29, 2024 · 3 comments

Comments

@dande-sun
Copy link

Our project use Astro + Apollo + graphQL to render the client page, use the InMamoryCache to cache data, and we have a lot of child render server in cluster servers, but the cache is stored in mamory, so each child render server has a cache, now we need re-fetch each render server to refresh the data, that is a big problem, so my question is how to share the cache in all render servers? if can share the cache in all render servers, we just need re-fetch once, all data will be changed.

@bignimbus bignimbus closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Copy link
Contributor

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.

Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants