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

--- Comment #2 from Kyle M Hall (khall) <[email protected]> ---
Created attachment 193932
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193932&action=edit
Bug 41920: Limit number of concurrent reports that can be run simultaneously
for an instance of Koha

As a continuation of bug 41919,  we should limit the total number of
simultaneous reports that can be run at a time.

Test Plan:
1) Set total_running_reports_per_instance_limit to 2 in your koha-conf.xml
2) Create 3 long running reports like: SELECT COUNT(*) FROM items i1 JOIN items
i2 JOIN items i3 JOIN items i4 JOIN items i5 JOIN items i6
3) Run each report in turn by opening a new tab, browsing to the reports
   module, and choosing to run that report
5) Note the first two continue to run, but the last one gives an error
   that you have too many reports running simultaneously!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to