[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
Fri Jan 6 10:34:16 CET 2023


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

--- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
There's scope creep here.. the try encompasses the process_job which means it's
also catching all sorts of other possible failures from each and every
processor that's written.

I think we should limit the scope of this bug to only catch bad JSON encoding
and leave error handling for individual tasks to the tasks themselves.

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


More information about the Koha-bugs mailing list