Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ingest: catch wayback-fail-after-SPN as separate status | Bryan Newbold | 2020-10-19 | 1 | -4/+17 | |
| | ||||||
* | SPN: better log line when starting a request | Bryan Newbold | 2020-10-19 | 1 | -0/+1 | |
| | ||||||
* | SPN: look for non-200 CDX responses | Bryan Newbold | 2020-10-19 | 1 | -1/+1 | |
| | | | | Suspect that this has been the source of many `spn2-cdx-lookup-failure` | |||||
* | SPN: better check for partial URLs returned | Bryan Newbold | 2020-10-19 | 1 | -2/+2 | |
| | ||||||
* | CDX fetch: more permissive fuzzy/normalization check | Bryan Newbold | 2020-10-19 | 1 | -3/+9 | |
| | | | | | | | This might the source of some `spn2-cdx-lookup-failure`. Wayback/CDX does this check via full-on SURT, with many more changes, and potentially we should be doing that here as well. | |||||
* | ingest: experimentally reduce CDX API retry delay | Bryan Newbold | 2020-10-17 | 1 | -1/+1 | |
| | | | | | | | This code path is only working about 1/7 times in production. Going to try with a much shorter retry delay and see if we get no success with that. Considering also just disabling this attempt all together and relying on retries after hours/days. | |||||
* | ingest: handle cookieAbsent and partial SPNv2 URL reponse cases better | Bryan Newbold | 2020-10-17 | 1 | -0/+31 | |
| | ||||||
* | and another sha1 | Bryan Newbold | 2020-10-13 | 1 | -0/+1 | |
| | ||||||
* | another day, another bad PDF sha1 | Bryan Newbold | 2020-10-13 | 1 | -0/+1 | |
| | ||||||
* | store no-capture URLs in terminal_url | Bryan Newbold | 2020-10-12 | 2 | -3/+3 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-10-11 | 1 | -0/+1 | |
| | ||||||
* | yet more bad sha1 PDFs to skip | Bryan Newbold | 2020-10-10 | 1 | -0/+20 | |
| | ||||||
* | ingest: small bugfix to print pdfextract status on SUCCESS | Bryan Newbold | 2020-09-17 | 1 | -1/+1 | |
| | ||||||
* | more bad PDF sha1 | Bryan Newbold | 2020-09-17 | 1 | -0/+2 | |
| | ||||||
* | yet another broken PDF (sha1) | Bryan Newbold | 2020-09-16 | 1 | -0/+1 | |
| | ||||||
* | html: handle JMIR URL pattern | Bryan Newbold | 2020-09-15 | 1 | -0/+6 | |
| | ||||||
* | skip citation_pdf_url if it is a link loop | Bryan Newbold | 2020-09-14 | 1 | -2/+8 | |
| | | | | This may help get around link-loop errors for a specific version of OJS | |||||
* | html parse: add another generic fulltext pattern | Bryan Newbold | 2020-09-14 | 1 | -1/+10 | |
| | ||||||
* | ingest: treat text/xml as XHTML in pdf ingest | Bryan Newbold | 2020-09-14 | 1 | -1/+1 | |
| | ||||||
* | more bad SHA1 PDF | Bryan Newbold | 2020-09-02 | 1 | -0/+2 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-09-01 | 1 | -0/+1 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-08-24 | 1 | -0/+1 | |
| | ||||||
* | html: handle embed with mangled 'src' attribute | Bryan Newbold | 2020-08-24 | 1 | -1/+1 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-08-17 | 1 | -0/+1 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-08-15 | 1 | -0/+1 | |
| | ||||||
* | more bad sha1 | Bryan Newbold | 2020-08-14 | 1 | -0/+1 | |
| | ||||||
* | yet more bad PDF sha1 | Bryan Newbold | 2020-08-14 | 1 | -0/+2 | |
| | ||||||
* | more bad SHA1 | Bryan Newbold | 2020-08-13 | 1 | -0/+2 | |
| | ||||||
* | yet another PDF sha1 | Bryan Newbold | 2020-08-12 | 1 | -0/+1 | |
| | ||||||
* | another bad sha1; maybe the last for this batch? | Bryan Newbold | 2020-08-12 | 1 | -0/+1 | |
| | ||||||
* | more bad sha1 | Bryan Newbold | 2020-08-11 | 1 | -0/+2 | |
| | ||||||
* | additional loginwall patterns | Bryan Newbold | 2020-08-11 | 1 | -0/+2 | |
| | ||||||
* | more SHA1 | Bryan Newbold | 2020-08-11 | 1 | -0/+2 | |
| | ||||||
* | Revert "ingest: reduce CDX retry_sleep to 3.0 sec (after SPN)" | Bryan Newbold | 2020-08-11 | 1 | -1/+1 | |
| | | | | | | | This reverts commit 92bf9bc28ac0eacab2e06fa3b25b52f0882804c2. In practice, in prod, this resulted in much larger spn2-cdx-lookup-failure error rates. | |||||
* | ingest: reduce CDX retry_sleep to 3.0 sec (after SPN) | Bryan Newbold | 2020-08-11 | 1 | -1/+1 | |
| | | | | | | | | As we are moving towards just retrying entire ingest requests, we should probably just make this zero. But until then we should give SPN CDX a small chance to sync before giving up. This change expected to improve overall throughput. | |||||
* | ingest: actually use force_get flag with SPN | Bryan Newbold | 2020-08-11 | 1 | -0/+13 | |
| | | | | | | The code path was there, but wasn't actually flagging in our most popular daily domains yet. Hopefully will make a big difference in SPN throughput. | |||||
* | check for simple URL patterns that are usually paywalls or loginwalls | Bryan Newbold | 2020-08-11 | 2 | -0/+29 | |
| | ||||||
* | ingest: check for URL blocklist and cookie URL patterns on every hop | Bryan Newbold | 2020-08-11 | 1 | -0/+13 | |
| | ||||||
* | refactor: force_get -> force_simple_get | Bryan Newbold | 2020-08-11 | 2 | -8/+8 | |
| | | | | | For clarity. The SPNv2 API hasn't changed, just changing the variable/parameter name. | |||||
* | html: extract eprints PDF url (eg, ub.uni-heidelberg.de) | Bryan Newbold | 2020-08-11 | 1 | -0/+2 | |
| | ||||||
* | extract PDF urls for e-periodica.ch | Bryan Newbold | 2020-08-10 | 1 | -0/+6 | |
| | ||||||
* | more bad sha1 | Bryan Newbold | 2020-08-10 | 1 | -0/+2 | |
| | ||||||
* | another bad PDF sha1 | Bryan Newbold | 2020-08-10 | 1 | -0/+1 | |
| | ||||||
* | add hkvalidate.perfdrive.com to domain blocklist | Bryan Newbold | 2020-08-08 | 1 | -0/+3 | |
| | ||||||
* | fix tests passing str as HTML | Bryan Newbold | 2020-08-08 | 1 | -3/+3 | |
| | ||||||
* | add more HTML extraction tricks | Bryan Newbold | 2020-08-08 | 1 | -2/+29 | |
| | ||||||
* | rwth-aachen.de HTML extract, and a generic URL guess method | Bryan Newbold | 2020-08-08 | 1 | -0/+15 | |
| | ||||||
* | another PDF hash to skip | Bryan Newbold | 2020-08-08 | 1 | -0/+1 | |
| | ||||||
* | another sha1 | Bryan Newbold | 2020-08-07 | 1 | -0/+1 | |
| | ||||||
* | another sha1 | Bryan Newbold | 2020-08-06 | 1 | -0/+1 | |
| |