[Koha-bugs] [Bug 32481] 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
Mon Jan 9 01:01:17 CET 2023


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

--- Comment #26 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #17)
> And what about the 30 minutes timeout?

That's always a danger. If 1 message takes 30+ minutes to process, then we'll
have problems when using a "worker queue" (as described at
https://www.rabbitmq.com/tutorials/tutorial-two-python.html) style of
background job processing. 

Options that come to mind are increasing the timeout value (which is tough to
do programmatically with RabbitMQ via the koha-common package) or breaking down
long running tasks into smaller easier to process chunks.

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


More information about the Koha-bugs mailing list