Skip to content

Conversation

@eero-t
Copy link
Contributor

@eero-t eero-t commented May 8, 2025

Update script paths in docs to match opea-project/GenAIInfra#1041 PR, slightly improve surrounding text, and fix+improve CI test script that checks doc URLs.

@chensuyue chensuyue requested a review from ZePan110 May 9, 2025 07:30
eero-t added 2 commits May 12, 2025 14:40
And improve surrounding text slightly.

Signed-off-by: Eero Tamminen <[email protected]>
- fix: fork name != "docs"
- check URLs only once
- more error output
- shorter timeouts

Signed-off-by: Eero Tamminen <[email protected]>
@eero-t
Copy link
Contributor Author

eero-t commented May 12, 2025

Rebased to latest main. Similar fix/update in opea-project/GenAIExamples#1923 was already merged, could this be merged too?

Copy link
Collaborator

@mkbhanda mkbhanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @eero-t . Appreciate the sort -u to check for link validity for only unique links, incorporating more debug information in logs and adding a timeout.

@mkbhanda mkbhanda merged commit 4143670 into opea-project:main May 12, 2025
4 checks passed
@eero-t
Copy link
Contributor Author

eero-t commented May 12, 2025

Thank you @eero-t . Appreciate the sort -u to check for link validity for only unique links, incorporating more debug information in logs and adding a timeout.

Note that I added shorter (15s) link check timeouts only for the first 2 attempts on given link. At end the, current code will try all failed links again 5 times, with 10s sleep between them. So for every non-existing link, the script will take in total 2*15s + 5 * (30s+10s) = nearly 4 minutes.

Making sure that's done only for unique links helps, but maybe number of those attempts should also be decreased.

@eero-t eero-t deleted the fix-paths branch May 12, 2025 13:01
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

Successfully merging this pull request may close these issues.

4 participants