[Koha-bugs] [Bug 26128] Proxy Error while importing a large number of patrons (e.g. 6000 patrons) with Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 4 04:30:35 CEST 2020


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #23 from David Cook <dcook at prosentient.com.au> ---
I don't think I'm going to solve the Apache issue today, but I think I've
demonstrated that the problem isn't really CGI vs Plack, but rather that Apache
does not process TimeOut as expected for CGI scripts (mod_cgi), whereas it
*does* process TimeOut correctly when proxying HTTP (mod_proxy_http).

Rather than using CGI, my recommendation is for Koha to change either the
TimeOut or ProxyTimeOut directives to 600 seconds when using Plack.

Of course, ultimately, this is still not a scalable solution. It just increases
the threshold for failure.

The real solution would be to upload the file via the Web UI and then process
the patron import asynchronously (which will be doable after Bug 22417 is
pushed).

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


More information about the Koha-bugs mailing list