geobtaa / geoblacklight_admin

MIT License
3 stars 2 forks source link

Background jobs: set queue priorities #24

Closed ewlarson closed 9 months ago

ewlarson commented 9 months ago

Fixes #22

Import and export jobs are critical to workflow productivity. We need to move these jobs into a prioritized queue, so long running background jobs (like thumbnail harvesting or URI checking) don't back up the queue of important GBL Admin work.

New queue is named "priority". Configuration requires sidekiq to clear the "priority" queue before returning to work on default queue jobs.

Also, dropping the default row pagination count for export jobs, which is helpful for the BTAA Geoportal's currently undersized web servers.