Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry should cover more errors #1807

Open
thomasnikolay opened this issue Jul 25, 2024 · 0 comments
Open

Retry should cover more errors #1807

thomasnikolay opened this issue Jul 25, 2024 · 0 comments

Comments

@thomasnikolay
Copy link

thomasnikolay commented Jul 25, 2024

Feature Request Description

Currently the retry mechanism covers only a 500 error. See

The method isRetryableErrorCode can be removed from my point of view.

If an upload did not work, the plugin should not care why it did not work and make a retry. The restriction to HTTP Error 500 restricts the retry mechanism too much.

Info

  • docker-maven-plugin version : 0.38.1

  • Maven version (mvn -v) : 3.6.3

  • If it's a bug, how to reproduce : none

  • If it's a feature request, what is your use case :
    -- during a release we send many artifacts to azure docker registry
    -- the azure is sometimes not reachable because I/O error, DNS error and so on
    -- then the release breaks and we have to repeat it

  • Sample project : [GitHub Clone URL]
    none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant