[Koha-bugs] [Bug 17240] Allow processes that rely on background jobs run in Plack mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 27 12:07:32 CEST 2018


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

--- Comment #19 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 76478
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76478&action=edit
Bug 17240: Allow processes that rely on background jobs run in Plack mode

Since Plack mode (PSGI), the processes running with background jobs are broken.

Bug 15218 corrected by using CGI mode for concerned pages.

This patch proposes to allow running those pages in PSGI mode by disabling
background jobs when PSGI is used.

Script are running so faster with Plack, there are less chances that the
process will end in HTTP timeout.

Test plan :
 - on a Koha running with plack
 - revert Bug 15218 changes
 - test processes on pages :
     offline_circ/process_koc.pl
     tools/batchMod-edit.pl
     tools/batch_record_modification.pl
     tools/manage-marc-import.pl
     tools/stage-marc-import.pl
     tools/upload-images.pl

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


More information about the Koha-bugs mailing list