I’m experiencing an issue with n8n where my workflow, which includes an RSS Read node, keeps running indefinitely and does not stop executing. The workflow should terminate after fetching all the items from the RSS feed, but instead, it continues to run without stopping. This happens even with smaller feeds.”
What is the error message (if any)?
“No specific error message appears in the workflow or the logs, but Docker logs repeatedly show: The session “by170xjg8s” is not registered. I’m not sure if this is related to the issue.”
Please share your workflow
-
Select all the nodes in your workflow.
-
Press CMD+C (Mac) or CTRL+C (Windows) to copy.
-
Paste the copied workflow into this section.
Share the output returned by the last node
• RSS Read Node Output: The RSS Read node pulls in the items from the feed, but the workflow doesn’t complete.
• Expected Output: The workflow should stop after reading and processing the feed data.
• Actual Output: The workflow continues to run indefinitely.
Information on your n8n setup
• n8n version: 1.65.2
• Database (default: SQLite): SQLite
• n8n EXECUTIONS_PROCESS setting (default: own, main): Default
• Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
• Operating system: Ubuntu on Digital Ocean Droplet