Koha/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs
Nick Clemens 1ae58daca8
Bug 35277: Pseudonymize in a background job
This patch adds a new background job for pseduonymization

To test:
 1 - Download the benchmarking script
 2 - Ensure your koha has bcrypt_settings in koha-conf.xml
     See bug 28911
 3 - perl perf_check_pseudo.pl
 4 - Note the slowdown after pseudonymization enabled
 5 - Apply patches, restart all
 6 - perl perf_check_pseudo.pl
 7 - Note improvement
 8 - Enable pseudonymization in sytem preferences
 9 - Perform some checkouts and returns
10 - Verify the background jobs complete successfully
11 - Verify the pseudonymized_transactions table is updated correctly

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-01-16 12:06:04 +01:00
..
batch_authority_record_deletion.inc
batch_authority_record_modification.inc
batch_biblio_record_deletion.inc
batch_biblio_record_modification.inc
batch_hold_cancel.inc
batch_item_record_deletion.inc
batch_item_record_modification.inc
create_eholdings_from_biblios.inc
erm_sushi_harvester.inc Bug 34587: (QA follow-up) Tidy 2023-10-31 16:46:32 -03:00
marc_import_commit_batch.inc
marc_import_revert_batch.inc
pseudonymize_statistic.inc Bug 35277: Pseudonymize in a background job 2024-01-16 12:06:04 +01:00
stage_marc_for_import.inc
update_elastic_index.inc
update_holds_queue_for_biblios.inc