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

--- Comment #25 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to