This looks like a classic case where Node.js hits its memory limits during long runtimes without a restart.Maybe it would be worth considering moving part of the explorer to a different runtime like handling the backend in Python and letting the frontend pull JSON from a cache instead.