[Koha-bugs] [Bug 29507] Speed up auto renew cronjob via parallel processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 4 21:34:59 CEST 2023


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

--- Comment #6 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #4)

> I am wondering how this can work with the digest option.

There's a loop to split based on borrowers. We push all the issues from the
first borrower to chunk 0, when we complete one borrower we push the next on to
the next chunk, then the next borrower to next chunk

When we have pushed to as many chunks as we need (as many loops) we start
again.

So a single borrower, no matter how many checkouts, will always be processed by
a single fork. It means the chunks won't be necessarily the same size, but they
will work with digest

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


More information about the Koha-bugs mailing list