[Koha-bugs] [Bug 32481] New: Rabbit times out when too many jobs are queued and the response takes too long

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 16 12:31:28 CET 2022


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

            Bug ID: 32481
           Summary: Rabbit times out when too many jobs are queued and the
                    response takes too long
 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

We saw this happen several times - a library would queue up 6 batch
modifications that would take roughly 6 minutes each.

The jobs would process normally, until the 30 minute configured timeout would
hit - then the remaining job would fail, and rabbit would disconnect and not
reconnect, and jobs would pile up

It seems that koha receives all of the jobs immediately, but only acknowledges
when complete - so the final job was waiting over 30 minutes for
acknowledgement and this caused issues

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list