My workflow runs without errors, but at some point, it just stops working. In the executions tab, there are no trigger attempts. If I turn the workflow off and then back on, everything works fine again.
I tried reinstalling n8n on another server, but the issue remains.
As a result, I have a fully functional system, but something breaks outside the workflow. Visually, I can’t see or understand what’s causing the problem.
This issue occurs in any new workflow I create. Everything works perfectly, but at some point, it suddenly stops. On average, it runs for half a day or a full day before I have to restart the workflow to make it work again.
Has anyone experienced a similar issue? Please share any solutions or insights on how to fix this problem.
Your Telegram-triggered workflows in n8n are silently failing after ~12-24 hours, requiring a restart to function again. This is likely due to webhook deregistration (n8n stops listening for Telegram updates) or resource leaks in long-running workflows. Let’s fix it!
Step 1: Enable Debug Logs
Add these environment variables to your Docker setup to catch silent errors: