[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 Aug 21 01:25:34 CEST 2020


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

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
After quickly reviewing the code, I don't see anything that is particularly
Plack unfriendly. The non-proxying of certain CGI scripts was due to them
forking (like Bug 15032). 

But this code doesn't seem to have that problem. It just seems like it's
probably long-running code. 

What proxy error is received and how long does it take to receive it? Is it
300+ seconds or less? 

If ProxyTimeout is not defined in Apache, it should use Timeout, which I think
should default to 300 in Debian and Ubuntu.

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


More information about the Koha-bugs mailing list