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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 4 10:09:19 CET 2023


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 144973
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144973&action=edit
Bug 32561: Prevent worker to run with unecessary modules in memory

Regression of bug 28413, bug 30410 added a "use Koha::Plugins" statement at the
top of Koha::BackgroundJob, and so all Koha module are loaded by the worker on
startup.

See bug 28413 for more info

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


More information about the Koha-bugs mailing list