feat: implement exponential backoff retry strategy for transient errors#132
feat: implement exponential backoff retry strategy for transient errors#132noahpodgurski wants to merge 5 commits intomainfrom
Conversation
|
I noticed we have two identical retry wrappers— |
Yeah they're separate functions - they do basically the same thing but I kept the one in |
|
@noahpodgurski let's hold off merging for now as I am sorting out PT + Paygo fallback |
|
@noahpodgurski also please run we can even make a pre-commit hook maybe |
| "Number of chat requests that included a tools payload.", | ||
| ["tool_name", "model", "service_type", "purpose"], | ||
| ), | ||
| chat_request_rejections=Counter( |
There was a problem hiding this comment.
@noahpodgurski - I think you need to update this too here with error: 5
What's new
AIPLAT-452