[Koha-bugs] [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 6 14:51:03 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421

--- Comment #92 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
My latest responses to Nick's findings:

Stage:
 - No report number of items found in batch when complete
=> ADDRESSED for Stage and Revert
 - Staging shows "results" info before completion
=> ADDRESSED (at least partially)
 - in my testing I never saw progress update from "Started" 0/0 until the job
finished
=> OK: TESTED: +          = BatchCommitRecords( $import_batch_id,
$frameworkcode, 1, +            sub { my $job_progress = shift;
$self->progress( $job_progress )->store; sleep 10; } );
 - On finish: Progress 600532/7655?
=> ADJUSTED

Import:
 - Job details always displays: Completed import of records
=> ADDRESSED
 - An import that dies never resolves: Started/Progess 50/437
=> ADDRESSED
 - Table of results always displays with no info/empty columns
=> ADDRESSED
 - Table is populated when job finished, but is empty on refresh or browse to
page
=> PLEASE TEST AGAIN

Revert:
- Finished revert job shows 0 / 0
=> ADDRESSED

All:
 - Detailed messages never contains anything
=> OK Room for future extension? No problem for me.
 - No error feedback
=> OK Wasnt this poor already ?
 - I feel we should directly send the user to the job details:
=> ADDRESSED

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list