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

Fix link checker #4399

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Fix link checker #4399

wants to merge 12 commits into from

Conversation

gilzow
Copy link
Collaborator

@gilzow gilzow commented Feb 14, 2025

Why

We need to make sure links are not broken

What's changed

The link checker was being flagged by our WAF and blocking connections. This change lowers the number of concurrent threads and time between requests to keep from being blocked. It'll be slower but given this runs on a schedule and not in our CI process, it shouldn't interfere with daily work.

gregqualls
gregqualls previously approved these changes Feb 14, 2025
Copy link
Contributor

@gregqualls gregqualls left a comment

Choose a reason for hiding this comment

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

everything looks good and makes sense. :D

Copy link

github-actions bot commented Feb 14, 2025

Your Platform.sh environment has successfully deployed. 🚀

See the changed pages:

Platform.sh docs
Upsun docs

@gregqualls gregqualls self-requested a review February 19, 2025 21:32
Copy link
Contributor

@gregqualls gregqualls left a comment

Choose a reason for hiding this comment

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

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants