[Koha-bugs] [Bug 28413] background job worker is running with all the modules in RAM

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 12 22:43:28 CET 2021


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

Andrew Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nugged at gmail.com

--- Comment #20 from Andrew Nugged <nugged at gmail.com> ---
in
https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/BackgroundJob/BatchDeleteItem.pm#L113

    my $item = Koha::Items->find($record_id) || next;

it dies because was lost "use Koha::Items;"

like here:
https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/BackgroundJob/BatchUpdateItem.pm#L33

since now packages are not included all at once, like before this ticket, when
all modules were loaded by neighbors so the error was hidden.

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


More information about the Koha-bugs mailing list