[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 05:26:49 CEST 2020


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

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #23)
> 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).

Just pushing this down to the bottom so that people don't have to read through
all my troubleshooting comments >_>.

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


More information about the Koha-bugs mailing list