Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetRetryCount() on request? #752

Open
arvenil opened this issue Nov 16, 2023 · 1 comment
Open

SetRetryCount() on request? #752

arvenil opened this issue Nov 16, 2023 · 1 comment

Comments

@arvenil
Copy link

arvenil commented Nov 16, 2023

I know that I can add retry conditions per request with client.R().AddRetryCondition(), however there are other request on that client that I don't want to be retried. How this can be achieved?

Currently if I just add retry conditions on request, then nothing happens unless I also set retry count on client with SetRetryCount(n). That however means other requests, that I don't want to be retried - will be retried.

@jeevatkm
Copy link
Member

jeevatkm commented Mar 2, 2024

@arvenil Thanks for reaching out. I will add it to the v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants