What Is Retry Policy For?
Retry Policy is meant to make tool calls more resilient to transient upstream failures — instead of a single flaky call failing the whole tool invocation, Arthur would automatically retry it a configured number of times with a backoff delay, for the HTTP error codes you choose.



Learn more: Harness.
Tutorial video