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

Badge generation is timing out #169

Closed
devatherock opened this issue May 14, 2022 · 1 comment · Fixed by #170
Closed

Badge generation is timing out #169

devatherock opened this issue May 14, 2022 · 1 comment · Fixed by #170
Labels
bug Something isn't working

Comments

@devatherock
Copy link
Owner

devatherock commented May 14, 2022

Steps to reproduce:

  • Run command
docker run --rm   -p 8080:8080   -e MICRONAUT_ENVIRONMENTS=local   devatherock/artifactory-badge:latest

Actual result:

No badge generated

Impacted versions:

  • 1.1.0

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
@devatherock devatherock added the bug Something isn't working label May 14, 2022
@devatherock
Copy link
Owner Author

Turned out reflection config for io.netty.handler.ssl.SslHandler wasn't generated properly. Adding a unit test to fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant