resty icon indicating copy to clipboard operation
resty copied to clipboard

SetRetryCount() on request?

Open arvenil opened this issue 2 years ago • 1 comments

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.

arvenil avatar Nov 16 '23 14:11 arvenil

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

jeevatkm avatar Mar 02 '24 20:03 jeevatkm