How to intercept Antrophic error?

Hi sometime Anthropic Claude AI responds with a “{“type”:“error”,“error”:{“details”:null,“type”:“overloaded_error”,“message”:“Overloaded”} }”

Is some type of possibility to intercept this error in the Agent AI so that I will retry after some seconds ?

Agent AI doesn’t have some type of option that permit me to reply however in case of error.

Thanks.

Information on your n8n setup

  • n8n version:. latest
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):. own
  • Running n8n via (Docker, npm, n8n cloud, desktop app):. npm on server
  • Operating system:. Debian 12

Your can open the node, go to the Settings tab and enable this option:

I like to leave it on 5 tries and 5000 wait time. I think it’s the maximum
.

:point_right: If my reply answers your question, please remember to mark it as a solution.

3 Likes

Thanks. It solved my problem.

1 Like

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