Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

fix memory leak #50

Closed
hughrun opened this issue Mar 11, 2020 · 1 comment
Closed

fix memory leak #50

hughrun opened this issue Mar 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hughrun
Copy link
Owner

hughrun commented Mar 11, 2020

There appears to be a memory leak when running in production.

This is probably due to not closing mongo connections properly, and the setInterval functions.

Screen Shot 2020-03-12 at 6 55 35 am

@hughrun hughrun added the bug Something isn't working label Mar 11, 2020
@hughrun hughrun added this to the Version 1.0.0 milestone Mar 11, 2020
@hughrun hughrun self-assigned this Mar 11, 2020
@hughrun
Copy link
Owner Author

hughrun commented Mar 14, 2020

As predicted, this was due to a few Mongo connections being left open and fixed via 98ecc14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant