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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to