Share the output returned by the last node
Information on your n8n setup
- **n8n version:1.76.3
- **Database (default: SQLite):PostGres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):own
- **Running n8n via (Docker, npm, n8n cloud, desktop app):docker
- **Operating system: Ubuntu docker host
The Outlook node to trigger on new email received, creates high CPU load when turning from inactive to active.
I have the trigger set to filter for messages from 3 different senders.
To look for emails with attachments
To download those attachments.
If I remove the download attachments selection, high-cpu doesn’t occur.
I believe the trigger is enumerating and trying to process old emails handling the attachments as well, rather than simply waiting for new messages to appear.
Setting the workflow to inactive, doesn’t drop CPU load. It stays high.
Also, memory usage increases upwards of 2Gb.
Unsure how to provide additional logs.