https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35164 Bug ID: 35164 Summary: link_bibs_to_authorities (authority linker) creates empty record index jobs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org In the script: 114 if ( not $test_only ) { 115 $schema->txn_commit; 116 $indexer->index_records( \@updated_biblios, "specialUpdate", "biblioserver" ); 117 } We don't check if @updated_biblios has any members In elastic indexing, we also never check this - so background jobs with no record numbers get enqueued -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.