11 Jan
2024
11 Jan
'24
12:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086 --- Comment #16 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I am wondering about the changes made to the worker. + while ( ( my @auth_chunk = $auth_chunks->() ) ) { + try { + $auth_indexer->update_index( \@auth_chunk ); + } catch { + $logger->warn( sprintf "Update of elastic index failed with: %s", $_ ); + }; + } Should not we surround the while with a try instead?... Not sure what's best here! -- You are receiving this mail because: You are watching all bug changes.