I have a similar problem to the topic on this link: [n8n Bug Report] IMAP Trigger not working after a period of time, but this time with the trigger “On new Redis event”. My workflow subscribe to a Redis channel and fire an event whenever a new message received. If the Redis channel doesn’t receive a message for several hours (perhaps an hour or more), this trigger stops working. No more trigger events occur even if new messages arrive. There’s no execution history. I’ve checked the n8n logs but found nothing. Worse yet, when I try to deactivate the workflow, the button doesn’t work, it will just hang in there unless I refresh my browser. In the browser developer tools, requests to the endpoint when I click deactivate button are not responding for a long time.
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.106.3
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 24.04.2 LTS
