https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481 --- Comment #27 from David Cook <dcook@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.