RSS trigger node is not activating automatically

I created a monitoring workflow with the following topology:
RSS Feed → Edit Field → HTTP Request
The RSS Feed trigger, configured to run every hour, is not being triggered automatically.
There are no errors shown in the workflow or logs.
Information on my n8n setup
n8n version: 2.4.3
Database: SQLite
EXECUTIONS_PROCESS: own
Running via: n8n Cloud
Operating system: Docker (n8n-version)
Does anyone know:

  • possible reasons why the RSS trigger is not firing?
  • whether there is any additional configuration required for the RSS trigger to run automatically?

The issue might be related to how n8n Cloud handles triggers with the `EXECUTIONS_PROCESS` set to `own`. Since you’re on n8n Cloud, the execution process might be managed differently.

1. Try setting the RSS Feed trigger to a shorter interval, like every 5 minutes, to see if it triggers then.

2. Also, verify that the workflow is active - there’s a toggle in the top-right corner of the workflow editor.