[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
Tue Jan 24 14:56:51 CET 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144984|0                           |1
        is obsolete|                            |

--- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 145617
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145617&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>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list