I’m trying to build a simple version of deep search, but I meet an error 429 since the AI Agent node seems to make all the request almost at the same time.
However, since there’s no batching or retry on error on the HTTP Request tool (as opposed to the HTTP request node), I don’t know what to do about it.
Thank you for your help !
Describe the problem/error/question
When using the AI Agent node, it seems to call all the HTTP requests almost at the same time. This triggers a 429 error.
What is the error message (if any)?
"There was an error: “Request failed with status code 429"”
Tried it, it does nothing. Also tried with loop over item, but it won’t change anything since it’s the agent itself that call 3-5 times the HTTP subnode
You can use the AI Agent to prepare the correct output and then use the standard HTTP request node AFTER the agent in the workflow to set up any retries and failures.
Have you tried that approach?