I have n8n setup in Queue mode with a Webhook processor. Both the main and webhook processor instances are fine, but the worker instance is going wild with it’s memory in and I have no idea why. There are also random massive drop offs, I have no idea what’s causing this. It’s very odd as well, the highest peaks in memory are when the least amount of users are using the app, and the lowest points are when there is higher traffic.
I feel like it’s putting old work in memory when it doesn’t need to, is there any way to clear it without restarting the instance?
Information on your n8n setup
- n8n version: 1.94.1
- Database (default: SQLite): PostgresSQL Standalone
- n8n EXECUTIONS_PROCESS setting (default: own, main): Don’t have this vairable, but using queue mode.
- Running n8n via (Docker, npm, n8n cloud, desktop app): Railway, Docker
- Operating system: Railway, not sure what they’re using