[FOLIO-2597] Improve dev.f.o use of htmlproofer to verify links Created: 12/May/20 Updated: 08/Feb/24 |
|
| Status: | Open |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | David Crossley | Assignee: | David Crossley |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | devweb | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Development Team: | FOLIO DevOps | ||||||||
| Description |
|
We use html-proofer to verify internal and external links, and detect other issues. It was initially added in
There are various improvements that can be done. In particular we need to be more efficient and configure its use of Typhoeus (some docs are here and here). |
| Comments |
| Comment by David Crossley [ 20/May/20 ] |
|
Added Rakefile to enable better configuration of html-proofer via Typhoeus/Hydra. Still cannot determine how to handle rate-limiting ("429 Too many requests"). Searching for throttle|delay|wait found these, which did partially assist: html-proofer/issues/131 and html-proofer/issues/558 |