Why is my Node.js app using so much memory after a few days?
I've got a Node.js backend running on a DigitalOcean droplet that handles webhook processing. After running for a few days, memory usage creeps up to like 80-90% and I have to restart it. There's no obvious memory leak in my code that I can see. Should I be looking at the event loop or is this something with how Node handles garbage collection?