Gradle / subprojects / dependency-management / src / ... / internal / artifacts / ivyservice / ivyresolve
ErrorHandlingModuleComponentRepositoryTest.groovy
![]() |
![]() |
4dbd579Restrict cases where to do HTTP retries
This commit restricts the number of cases where we're going to perform HTTP retries. Instead of any error, we will now retry when: - a connection timeout occurs (client or server) - the server responds an error code between 500 and 600 - response code is a too many requests error Fixes #7850 0b25beeImprove debugging of http retries
When an http request fails during dependency resolution, we now have more information in the debug logging statement reporting the failure and the retry. |
![]() |
Got a suggestion or an issue?
Discuss it on the Atlassian Community or
visit Atlassian Support for other options.