Bug 32394: (follow-up) Add param for Koha::BackgroundJob::StageMARCForImport->enqueue
[koha-ffzg.git] / Koha / BackgroundJob / UpdateElasticIndex.pm
2022-06-16 Jonathan DruartBug 30974: Set size for indexing jobs to 1
2022-05-05 Tomas Cohen AraziBug 30692: Fix progress for ES indexing tasks
2022-05-05 Tomas Cohen AraziBug 30360: Make UpdateElasticIndex use the helper methods
2022-05-03 Jonathan DruartBug 27344: Warn the error in the log
2022-05-03 Jonathan DruartBug 27344: Add missing imports
2022-05-03 Tomas Cohen AraziBug 27344: Adapt to bug 30181 changes
2022-05-03 Jonathan DruartBug 27344: Implement Elastic's update_index_background...