[Koha-bugs] [Bug 33184] Warnings when running holds queue builder

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 6 09:03:12 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33184

--- Comment #3 from Magnus Enger <magnus at libriotech.no> ---
(In reply to David Nind from comment #2)
> Is there a script or some way to automatically add a large number of holds,
> without having to manually add them?
> 
> The build_holds_queue.pl runs too quickly with only a small number of holds
> manually entered.

Maybe you could add "sleep 5;" (5 is just an example, could be higher to slow
things down even more) somewhere? build_holds_queue.pl just calls
CreateQueue(), but I'm guessing there is a loop over the holds in there
somwhere, where a little bit of sleep could slow things down.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list