SbloodyS commented on PR #17172:
URL: 
https://github.com/apache/dolphinscheduler/pull/17172#issuecomment-2871099841

   > ```
   > for file in $(locate "$PWD*/*.md" | grep -v 
./deploy/terraform/aws/README.md | grep -v ./.github); do
   >     markdown-link-check -c .dlc.json -q "$file" &
   > done
   > ```
   > 
   > It seems hard to find out which file exist dead link, and which file cost 
long time, since we use async here?
   
   Yes. But it seems that because the number of our files has increased 
rapidly, CI's servers are running very slowly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to