apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 139 forks source link

Move link validator to nightly/weekly job #1309

Open raboof opened 4 months ago

raboof commented 4 months ago

The link validator is currently run on PR validation, however it is far too susceptible for intermittent failures not caused by the PR in question.

We should probably move it to a nightly/weekly job. I guess the main question is how do we make sure we actually notice it when this job starts failing? Perhaps it should email the dev list?