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

fix: server memory leak #1751

Merged
merged 2 commits into from
Sep 13, 2024
Merged

fix: server memory leak #1751

merged 2 commits into from
Sep 13, 2024

Conversation

cpacker
Copy link
Collaborator

@cpacker cpacker commented Sep 12, 2024

We're creating a new server instance for every request right now. Hotfix to pull from globals until we properly strip state out of the server.

@cpacker cpacker linked an issue Sep 12, 2024 that may be closed by this pull request
@Sapessii
Copy link

Hi @cpacker, thank you for the instant fix :) is there an eta also for the fix of the pooling session of the db? Thank you!

@cpacker
Copy link
Collaborator Author

cpacker commented Sep 13, 2024

Hi @cpacker, thank you for the instant fix :) is there an eta also for the fix of the pooling session of the db? Thank you!

Coming very soon! Hopefully next week

@cpacker cpacker merged commit 220658f into main Sep 13, 2024
11 of 12 checks passed
@cpacker cpacker deleted the hotfix-for-server-dupe branch September 13, 2024 20:57
mattzh72 pushed a commit that referenced this pull request Oct 9, 2024
CI passing locally, unclear about failure server-side
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.

New version reload configuration on each api request
2 participants