https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Nick Clemens from comment #0)
We saw this happen several times - a library would queue up 6 batch modifications that would take roughly 6 minutes each.
Is that 1 job for 6 items, or is that 6 different jobs? Why were the jobs taking 6 minutes?
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
When you say "rabbit would disconnect and not reconnect", are you talking about the RabbitMQ server disconnecting, and then not allowing the koha-worker to reconnect?
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
What do you mean by "koha"? Do you mean "koha-worker"? I think we need more information here. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.