Bug 14604

Summary: Offline circulation processor doesn't handle large sets of actions well
Product: Koha Reporter: Kyle M Hall <kyle>
Component: CirculationAssignee: Kyle M Hall <kyle>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2015-07-27 17:40:45 UTC
It seems that the offline circ processor doesn't do well with large data sets. It essentially locks up the browser until the ajax process returns. With large data sets this causes big problems it seems.

It would be better for the script to commit each action one at a time and update the table is it goes along.
Comment 1 Katrin Fischer 2023-08-26 17:08:31 UTC
Could the background jobs be useful here?