Bug 33962: Remove background job from process koc
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 8 Jun 2023 15:19:55 +0000 (17:19 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 15 Jun 2023 11:48:06 +0000 (08:48 -0300)
commit7a417aa33f100633eba9465f6c990bead46f46bc
tree52b975c95acffe66d2aba9969419001755e977ad
parent9f4e9f451bc596a2b0fac0fa9e1cb232804c1f61
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

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/templates/apache-shared-intranet-plack.conf
koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt
offline_circ/process_koc.pl