@@ -, +, @@ $ koha-worker --restart kohadev --- Koha/BackgroundJob/UpdateElasticIndex.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/BackgroundJob/UpdateElasticIndex.pm +++ a/Koha/BackgroundJob/UpdateElasticIndex.pm @@ -79,6 +79,7 @@ sub process { } } else { + $self->step; # FIXME This is not correct if some record_ids have been skipped $report->{total_success} = scalar @record_ids; } --