http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13606 --- Comment #10 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Frédéric Demians from comment #9)
(In reply to Jonathan Druart from comment #7)
Actually I am wondering what happens if 2 jobs are launched simultaneously :-/
Good question! Above ~1000 records, the processing time is long, and the UI feedback is not that good. So users could be tempted to refresh the page. It may be advisable to limit processing to let say 1000 records.
I would be tempt to only keep the DB changes, not the first patch. I did not try, but if several jobs are launched (any jobs using the BackgroundJob module), the last one will erase data from previous ones. -- You are receiving this mail because: You are watching all bug changes.