Clarity over transient-error handling in Python clients #5904
Closed
thelazydogsback
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi @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. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions