https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26128 --- Comment #34 from David Cook <dcook@prosentient.com.au> --- (In reply to Liz Rea from comment #33)
This is great that they're going to fix the bug in mod_cgi, but koha still takes a really long time to process these and it would be great if we could look at the scripts to not make them run so long. I have libraries easily doing jobs that will exceed 500 seconds, routinely. I don't think it's fair to ask them to split up their work because we can't get our act together and make this work better (or do it differently so that we can handle big, and I mean BIG, batch jobs). This is bad user experience.
Bug 22417 has been pushed to master, so feel free to create a background task to handle large patron imports. In order to handle big batch jobs, we really need to be able to handle it asynchronously.
It would still time out if the job exceeded the 600 seconds, and I think that means this isn't solved.
Sure, although I'd argue that you should open a new bug report for that, as this one is about Plack specifically timing out, and Bug 26400 would address that. -- You are receiving this mail because: You are watching all bug changes.