[Koha-bugs] [Bug 33962] Remove C4::BackgroundJob from process_koc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 8 17:40:01 CEST 2023


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 152206
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152206&action=edit
Bug 33962: Remove background job from process koc

The last occurrence of C4::BackgroundJob is in process_koc.pl that is used to
upload a file.
Added by bug 2608 (15 years ago), I think it does not longer make sense as
networks are faster, and we should not expect big koc files to be uploaded.
If there are complains we will move it to Koha::BackgroundJob.

Test plan:
Upload a koc file, enqueue the operations and confirm that everything is
working correctly

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


More information about the Koha-bugs mailing list