[Koha-bugs] [Bug 27782] If a BackgroundJob should fail, it should NOT bring down the worker!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 25 00:35:49 CET 2021


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
(In reply to Martin Renvoize from comment #0)
> Our worker does not fork to run tasks, so if a task explodes, the worker it
> brought down with it... that is bad.

Agreed.

It should be forking. Even if we wrapped the processing in an eval{}, we should
still be forking from a memory efficiency perspective.

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


More information about the Koha-bugs mailing list