[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:04:50 CET 2023


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

--- Comment #27 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #25)
> I am giving up, need help.
> 
> I wrote this script to help adjusting the worker code and see how things
> went.
> 
> To test:
> Edit /etc/rabbitmq/rabbitmq.conf
> 
>   consumer_timeout = 10000
> 
> # Delete existing jobs - not needed but better to track down what's going on
> MariaDB [koha_kohadev]> delete from background_jobs;
> 
> # Watch the logs
> % sudo tail -f /var/log/koha/kohadev/* /var/log/rabbitmq/*.log
> 
> # Run the script
> % perl test_bg.pl
> 
> Wait 100 seconds

I'm not sure I understand. That timeout is 10 seconds but the problem happens
after 100 seconds? 

I'll give the test a go, since those missing frames are disturbing...

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


More information about the Koha-bugs mailing list