Task does not start when listening to Telegram

I encountered a problem that the chain does not always start starting with the Telegram trigger that listens to updates in the bot. At the same time, the script is enabled, and if I turn it off and on again, the chain starts working, what could this be connected with? If I run a chain inside a script and test the flow, everything always works.

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.68.0
Database (default: SQLite): PostgreSQL
n8n EXECUTIONS_PROCESS setting (default: own, main): default: own, main
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-125-generic x86_64)

Hi @maksilo,

Welcome to the community :tada:
Could you share your workflow so we can try to reproduce it?

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!