Skip to content

Commit

Permalink
Ignore ConnectionError
Browse files Browse the repository at this point in the history
To improve the signal-to-noise ratio and ensure that the pipeline only fails
when we made a mistake (and not when a website outside our control has an
outage), we ignore ConnectionError.

This is a minor change, because it fine-tunes the link checker of the
elastisys.io website.
  • Loading branch information
cristiklein committed Oct 1, 2024
1 parent ec2c88a commit 34edd17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linkchecker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ignorewarningsforurls=
ignoreerrors=
# Avoid being someone else's uptime monitor :)
^https:// ^ReadTimeout
^https:// ^ConnectionError

[AnchorCheck]

Expand Down

0 comments on commit 34edd17

Please sign in to comment.