https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41918 --- Comment #31 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #30)
Shouldn't we use background jobs instead?
It's certainly an option. I suppose some things to keep in mind for that are: 1. We'd have to store the results which would increase the size of the database (But I suppose cleanup_database.pl could clear out report results) 2. Depending on how many workers there are, it might take a while for a report to run. (But that isn't necessarily a bad thing. That could actually improve Koha performance overall.) 3. Report results would get stale. We'd need to stress that the report results were true at the time it was run rather than the time it was viewed. 4. We'd have to make exceptions for the SVC endpoint (although that endpoint needs a massive overhaul anyway...) Probably some other things to keep in mind that I can't think of right now -- You are receiving this mail because: You are watching all bug changes.