-
Can one client accommodate options in multiple situations? Only one resty client is created, and if I want to set the retryCount option differently when performing each request, how should I handle it? |
Beta Was this translation helpful? Give feedback.
Answered by
slessard
Dec 6, 2023
Replies: 1 comment
-
This likely could be accomplished by adding a retry condition func to the request
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Qyuee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This likely could be accomplished by adding a retry condition func to the request