Clarity over transient-error handling in Python clients #5904
Closed
Michael Robin (thelazydogsback)
started this conversation in
General
Replies: 1 comment 5 replies
|
Hi Michael Robin (@thelazydogsback) Here is the source for the retry handler Another thing to consider are claims challenges Overall a kiota client will only retry:
Let us know if you have any additional comments or questions. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello. Referencing this: https://learn.microsoft.com/en-us/openapi/kiota/errors#transient-errors
I'm trying to glean info as to the exact behavior of the python clients, especially if/when/what exceptions are generated for status such as 429 and if there is any in-built retry behavior, or if not, what the proper pattern is for using tenacity with kiota to ensure retries don't happen for non-recoverable error-codes.
thanks
All reactions