michael-o commented on issue #57: WAGON-567: support retry on server side errors URL: https://github.com/apache/maven-wagon/pull/57#issuecomment-545076457 I will inquire why 429 is not included in the default config. * Alright, shall do so * I haven't even considered both Backoff interfaces. I don't even know whether a backoff is suited for 503 or rather 429, I guess for 429 only (throttling). I'd like to keep complexity low here and don't open new wormholes. Do you think that using the `ServiceUnavailableRetryStrategy` is really the wrong way to go? * Both NPM and Gradle approaches seem to generic for me, saying all 5xy can be repeated does not make sense. I would logically limit it to 503, 504 and at most 502. Everything else won't be solved by a retry.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
