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

--- Comment #15 from David Cook <dc...@prosentient.com.au> ---
We need to keep the fork, and catching all exceptions makes sense to me. You
could say that the background job worker is really a background job server and
servers really shouldn't go down. They should be reporting on the failures. 

Of course the tough part here is that the job ID is in the JSON, so if the JSON
can't be decoded, there is no way to fail the job and it just stays stuck in
"new" forever. 

I haven't been following the bad JSON bugs carefully enough though. Since we
control both ends, we shouldn't be creating and transmitting bad JSON...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to