[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
Fri Jan 6 15:51:58 CET 2023


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

--- Comment #25 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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

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


More information about the Koha-bugs mailing list