I’m trying to create a chatbot that works in a continuous flow.
Without having to go to the beggining of the workflow everytime.
I want to be able to chat with the user, back and forth (not AI stuff, though).
Afte asking for help here, I thought I could work with multiple triggers, but I can’t.
If I use multiples triggers, I get this error on every message sent by the user:
Telegram Trigger: 429 - {"ok":false,"error_code":429,"description":"Too Many Requests: retry after 1","parameters":{"retry_after":1}} - Too Many Requests: retry after 1```
When I disable the extra triggers, I get no error.
Here’s what I was trying to do:
Information on your n8n setup
- n8n version: 1.27.3
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04