ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

Paginate Harvest Jobs page #468

Open FuhuXia opened 2 years ago

FuhuXia commented 2 years ago

For a harvest job of which the frequency is set to run Always or Daily, its job list can get really long. Loading all jobs on one page request can end up with TIMEOUT error.

Can we have a paginated harvest job list?

FuhuXia commented 1 year ago

This issue is alleviated by adding a new index in change https://github.com/ckan/ckanext-harvest/pull/514. Still, I'd like to see the job list paginated.