[Solved] Workflow could not be activated: Too Many Requests

Describe the problem/error/question

I’ve created and tested a workflow that downloads a big file (about 1GB) and when I try to activate it for production I get an error

What is the error message (if any)?

Workflow could not be activated:

Too Many Requests: retry after 1

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.71.3
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): k3s
  • Operating system: ubuntu server (effectively unrelated)

Well I didn’t send the whole workflow and I had another telegram trigger with a different “trigger on”!

As soon as I disabled the second trigger everything worked!

I failed to see that I can’t subscribe to more than 1 telegram triggers - I even tried to split it in 2 workflows but now only the last activated workflow works

3 Likes

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