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

Add better logging for cache hits #33

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

michael-watson
Copy link
Collaborator

We have the response cache disabled because we thing that is what caused our large memory spike over time (~2 months). It's easy to restart the server to bring the memory down, but we have fairly static requests and we should be able to have a fixed size cache assuming we build the proper cache hashes for operations.

We'll keep track of the logs and see if we can find common operation shapes that have differences in variable usage or other factors. Maybe we need to just start stripping away operation name 🤔

@michael-watson michael-watson merged commit e5c4895 into main Mar 28, 2024
6 checks passed
@michael-watson michael-watson deleted the better-cache-logging branch March 28, 2024 20:15
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