Workflow with RSS Read Node does not stop executing

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

  1. Select all the nodes in your workflow.

  2. Press CMD+C (Mac) or CTRL+C (Windows) to copy.

  3. 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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
n8n version: 1.65.2
Database: SQLite (default)
n8n EXECUTIONS_PROCESS setting: default (own, main)
Running n8n via: Docker
Operating system: Ubuntu (on DigitalOcean droplet)

Hey @Siddhant_Sharma

Welcome to the community :birthday:

I am not seeing this on my workflows that use RSS feeds, can you share a workflow that reproduces this issue?

Is it also showing as running in the execution log still?

Hey

Thanks for your response, I just connected it to a domain and the problem got solved.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.