https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921 --- Comment #31 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 199555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199555&action=edit Bug 41921: Add check_limits to guided_reports.pl Wires check_limits to the guided reports script. Test plan 1) Apply patch 2) prove t/db_dependent/Koha/Reports.t 3) Set total_running_reports_per_instance_limit to 1 in koha-conf.xml 4) Run two long reports ( "SELECT SLEEP(120)" works well) in two tabs 5) Confirm the second tab shows the 'too many total reports' alert 6) Click 'Export' on a saved report under the same conditions and confirm the export request returns 429 with a 'too many reports' message -- You are receiving this mail because: You are watching all bug changes.