How to modify a function parameter on retry #207
Unanswered
gregorleban
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use backoff in such a use case that when a request to a method fails, the call of the method for the second time is called with a modified parameter. For example, in the bottom example, if the first call is called with use_proxy = False, the call for the second time would be done with use_proxy = True?
Beta Was this translation helpful? Give feedback.
All reactions