ckanext-xloader icon indicating copy to clipboard operation
ckanext-xloader copied to clipboard

fix: add pagination to 'submit all' to process all datasets

Open dsanchezmatilla opened this issue 7 months ago • 1 comments

This PR adds a loop to paginate through all datasets in batches of 1000 using package_search, so that all datasets are submitted to the xloader, not just the first 1000.

dsanchezmatilla avatar May 29 '25 14:05 dsanchezmatilla

@duttonw and @ThrawnCA , thanks for the advice about possible memory management issues with my code when working with large numbers of datasets. I'm currently working on a solid fix for the problem.

dsanchezmatilla avatar Jun 05 '25 18:06 dsanchezmatilla