We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
docker run --rm -p 8080:8080 -e MICRONAUT_ENVIRONMENTS=local devatherock/artifactory-badge:latest
Actual result:
No badge generated
Impacted versions:
Last bug-free version:
1.1.0
Reference links:
Logs:
14:52:40.530 [default-nioEventLoopGroup-1-4] INFO i.g.d.test.ArtifactoryController - API key in getFileContent devatherock/drone-email-templates/latest/manifest.json: dummy 14:52:40.532 [io-executor-thread-2] INFO i.g.d.a.service.DockerBadgeService - Size of devatherock/drone-email-templates/latest: 101.76200008392334 MB 14:52:50.575 [io-executor-thread-3] ERROR i.m.http.server.RouteExecutor - Unexpected error occurred: Read Timeout io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout
The text was updated successfully, but these errors were encountered:
Turned out reflection config for io.netty.handler.ssl.SslHandler wasn't generated properly. Adding a unit test to fix that
io.netty.handler.ssl.SslHandler
Sorry, something went wrong.
fix: Fixed badge generation timeout
c4d1eba
Closes #169
Successfully merging a pull request may close this issue.
Steps to reproduce:
Actual result:
No badge generated
Impacted versions:
Last bug-free version:
1.1.0
Reference links:
Logs:
The text was updated successfully, but these errors were encountered: