It's just a story that something like this happened. ..
Since the retry process was done inside the library, there was a case where the timeout value * the number of retries was waited before the exception occurred.
Also, retries are retries, and as the number of retries increases, it seems that the retry interval has increased, so it may be good to take that into consideration.
Recommended Posts