-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Prevent exception in the log #22201
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
Prevent exception in the log #22201
Conversation
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter. Closes keycloak#22200
|
@mhajas - I wonder if you could have a review for this one when you have the time. Thanks! |
mhajas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR @ahus1, I added one comment.
mhajas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ahus1
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter. Closes keycloak#22200 (cherry picked from commit 41fd12d)
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter.
The external link check no completes in 2 minutes instead of 9 minutes on GitHub actions.
Closes #22200