11 Jan
2024
11 Jan
'24
1:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086 --- Comment #17 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #16)
Should not we surround the while with a try instead?... Not sure what's best here!
I'd rather try to index what we can, and only fail the bits that didn't work - i.e. if we have a big job and encounter an error early - a try on the whole thing would fail on the first chunk and stop. This way it tries each chunk - so one might fail, but the rest succeed - if there are errors lets minimize what needs to be reindexed -- You are receiving this mail because: You are watching all bug changes.