Describe the problem/error/question
I have an automation where I am sending a file to an ai agent and open ai chat model with chatgpt 4.1 mini.
the file contains a variable amount of data, and I’m running into issues where the ai model times out. I increased the timeout to 120000, and after 6 minutes the automation still times out.
the file in question has approx 500 rows of data, all AI is doing to validating the data to make sure all required fields are there.
questions
- should the automation time out, or should ai process the data faster?
- I inserted a loop over items and sent the items in batches of 75 to the ai agent, and the automation was able to complete, however it still took approx 5 minutes for the automation to complete.
What is the error message (if any)?
automation times out.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
automation times out.
Information on your n8n setup
- n8n version: 1.121.3
- Database (default: SQLite): cloud default
- n8n EXECUTIONS_PROCESS setting (default: own, main): cloud default
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud default
- Operating system:
any help is appreciated.