[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 31 04:27:27 CEST 2020


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

--- Comment #97 from David Cook <dcook at prosentient.com.au> ---
I'm finding the number of patches to be a bit intimidating, so I made this
little git diff of changed files:

Koha/BackgroundJob.pm
Koha/BackgroundJob/BatchUpdateAuthority.pm
Koha/BackgroundJob/BatchUpdateBiblio.pm
Koha/BackgroundJobs.pm
Koha/Schema/Result/BackgroundJob.pm
admin/background_jobs.pl
debian/docs/koha-common.xml
debian/koha-common.init
debian/scripts/koha-create
debian/scripts/koha-disable
debian/scripts/koha-functions.sh
debian/scripts/koha-remove
debian/scripts/koha-worker
installer/data/mysql/atomicupdate/bug_15032.perl
installer/data/mysql/kohastructure.sql
installer/data/mysql/userpermissions.sql
koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt
koha_worker.pl
misc/background_jobs_worker.pl
new_koha_job.pl
tools/batch_record_modification.pl

>From a staff interface perspective, it looks like the main things to test are
admin/background_jobs.pl and tools/batch_record_modification.pl?

>From a sysadmin perspective, it looks like it would be a good idea to test
/etc/init.d/koha-common, koha-create, koha-disable, koha-remove, and
koha-worker. 

I'm not seeing any usage for "koha_worker.pl" or "new_koha_job.pl". Are these
dev scripts that should be removed?

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


More information about the Koha-bugs mailing list