-
Notifications
You must be signed in to change notification settings - Fork 618
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
Docs build fail due to request timeouts #3404
Comments
Lately I have the following error on docs building
🤷♂️ |
This is a k8s issue and not related with the docs build as far as I can say |
@menski @Zelldon: This issue is done already via the commit by menski. However, I would like to reenable the link check. Unless there are objections and maybe if someone could tell me how to increase the timeout. What is different now from November, when the issue was created, is that this stage will be repeated three times. This solved the issue of the kubernetes connection errors and it might also help with the other timeouts. This is speculation, through, as the link checking has been disabled for some time. Please let me know if you have objections to reenabling the link checker |
I would like to get the link checker back |
Re-enabled link checker for the monitor branch (which runs every hour) for observation. |
4577: 3404 address timeouts in docu link checker r=menski a=pihme ## Description - re-enabled link checker - added retry to docu build step (in case a website is down just when we build the docs) ## Related issues <!-- Which issues are closed by this PR or are related --> closes #3404 # 4585: chore(engine): reduce log level for tracing message r=npepinpe a=saig0 ## Description * reduce log level for tracing message ## Related issues none. # Co-authored-by: pihme <pihme@users.noreply.github.com> Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
Adding a retry didn't help much. |
Waiting on Michael-F-Bryan/mdbook-linkcheck#35 |
As we're dropping the docs, I'm closing this. Docs are moved to a new system and managed in a separate repo. |
Describe the bug
It happens from time to time that the builds fail because the link checker got an timeout. This is kind of annoying, because we have to run the complete test suite again. Maybe we can do it in a earlier state and also increase the timeout. Or simple force to fail the pipeline. Currently we have to wait until the test suite is done and even if the test are green then the pipeline will fail because of this timeout.
or
The text was updated successfully, but these errors were encountered: