9 Jan
2023
9 Jan
'23
12:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481 --- Comment #26 from David Cook <dcook@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.