[Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 20:22:37 CET 2023


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #8)
> Created attachment 145064 [details] [review]
> Bug 32393: Remove fork

Just a thought; removing that fork will cause the workers memory footprint to
balloon as soon as the plugins require is evaluated which obviates the bug
patch where you introduce the require. I think this pushes us farther in the
direction of needing to ack each request before handling the job.

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


More information about the Koha-bugs mailing list