[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 12:53:34 CET 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144973|0                           |1
        is obsolete|                            |
 Attachment #144975|0                           |1
        is obsolete|                            |

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 144984
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144984&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

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list