Hey all, sorry for bothering, I have an issue when...
# ktor
a
Hey all, sorry for bothering, I have an issue when using the
HttpRequestRetry
and
HttpTimeout
plugins together, I'm setting a timeout of 10 secs, and an exponential delay of the default, which has a max of 60 sec delay, when this happens, I get a timeout instead of an error exception due to the retries going over the timeout threshold, is there a way to make the timeout plugin aware that we are retrying with the retry plugin and not go over the timeouts?
a
Can you share your configuration code of the
HttpRequestRetry
plugin?