https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35439 Bug ID: 35439 Summary: Large background jobs can create delays Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org When a large import or other background job is enqueued it can slow down the processing of other jobs. A novel idea would be to have this job break itself into smaller chunks, and enqueue those jobs - this way the queue could continue to advance and the smaller jobs could be interleaved with incoming jobs. See bug 35438 as well -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.