[Koha-bugs] [Bug 32250] link_bibs_to_authorities generates too many background jobs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 28 19:41:33 CEST 2023


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

--- Comment #6 from David Nind <david at davidnind.com> ---
I had another go at testing, but the jobs list doesn't seem to be uodating
properly for me.

Here is how I tested using KTD:

1. master is up-to-date, so the latest patches for bug 32594 are included.

2. Using ES7 with Searchengine set to Elasticsearch, rebuilt search index
(koha-elasticsearch --rebuild -d -b -a kohadev).

3. Applied both patches, flush_memcached, restart_all.

4. Enabled RealTimeHoldsQueue system preference.

5. Ran perl misc/link_bibs_to_authorities.pl -v

6. Current job list look like this (no change after 10 minutes):

   1    New     null/1  Update Elasticsearch index      03/28/2023 17:18        
   2    New     null/1  Update Elasticsearch index      03/28/2023 17:18

7. Changed LinkerModule system preference.

8. Ran perl misc/link_bibs_to_authorities.pl -v

9. There are now four jobs in the current job list:

   1    New     null/1  Update Elasticsearch index      03/28/2023 17:18        
   2    New     null/1  Update Elasticsearch index      03/28/2023 17:18        
   4    New     null/1  Update Elasticsearch index      03/28/2023 17:28        
   5    New     null/1  Update Elasticsearch index      03/28/2023 17:28        

Is there something else I need to do? It seems to me that either the ES index
updates are not actually running, or that the status is not updating when it is
finished (even though the latest patches for bug 32594 are in master).

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


More information about the Koha-bugs mailing list