[Koha-bugs] [Bug 28833] Speed up holds queue builder via parallel processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 20 13:55:02 CEST 2021


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

--- Comment #19 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to David Cook from comment #17)
> Comment on attachment 123689 [details] [review]
> Bug 28833: Speed up holds queue builder via parallel processing
> 
> Review of attachment 123689 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: C4/HoldsQueue.pm
> @@ +210,5 @@
> > +
> > +        DATA_LOOP:
> > +        foreach my $chunk (@chunks) {
> > +            my $pid = $pm->start and next DATA_LOOP;
> > +            _ProcessBiblios($chunk);
> 
> I notice that the other _ProcessBiblios has arguments for $branches_to_use
> and $transport_cost_matrix. I'm guessing those should be included here too?

Good catch! I've fixed that issue and squashed the patches down for ease of
use.

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


More information about the Koha-bugs mailing list