Bug 14604 - Offline circulation processor doesn't handle large sets of actions well
Summary: Offline circulation processor doesn't handle large sets of actions well
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 17:40 UTC by Kyle M Hall (khall)
Modified: 2023-08-26 17:08 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall (khall) 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?