https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29346 Bug ID: 29346 Summary: Add option for building the holds queue for a single bib in background Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Currently the holds queue deletes all currently selected items, gets a list of bibs with holds and loops through the bibs, building the queue for each. If the queue could be run a for a single biblionumber it would allow: - Deleting only holds on that bib: - this would remove the need for bug 29130 - could be run in background when a hold is placed/updated - fulfilled holds are already removed from queue - so we shouldn't need to clear any bibs that aren't updated Ultimately this would remove the need for the build_holds_queue cronjob -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.