ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Improving Pagination Handling in RDF Harvester's gather_stage #260

Open thorge opened 7 months ago

thorge commented 7 months ago

The gather_stage function in the CKAN RDF harvester appears to have a limitation in handling incorrect pagination entities within hydra:PagedCollection. Specifically, when hydra:nextPage resources reference pages that have already been visited, the harvesting process may enter into an infinite loop, causing it to continue until the system's RAM capacity is reached and the job is terminated.