[Koha-bugs] [Bug 35439] New: Large background jobs can create delays

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 29 19:09:17 CET 2023


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 at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list