]> git.koha-community.org Git - koha.git/commit
Bug 29507: Speed up auto renew cronjob via parallel processing
authorNick Clemens <nick@bywatersolutions.com>
Tue, 23 Jan 2024 18:47:13 +0000 (18:47 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:11 +0000 (15:48 +0200)
commit3d385d0e114cf7c3c35e1b6fcd8a51d1726a672d
tree348c539ec3cfd8988ab98383239ff03d898438cb
parent783aed1b07b2cf2bb44b18cff93a1b248d9d6b67
Bug 29507: Speed up auto renew cronjob via parallel processing

The cron can take a very long time to run on systems with many issues.
For example, a partner with ~250k auto_renew issues is taking about 9 hours to run.

If we run that same number of issues in 5 parallel chunks
( splitting the number of issues as evenly as possible ), it could take under 2 hours.

Test Plan:
1) Generate a number of issues marked for auto_renew
2) Run the automatic_renewals.pl, use the `time` utility to track how much time it took to run
3) Set parallel_loops to 10 in auto_renew_cronjob section of config in koha-conf
4) Repeat step 2, note the improvement in speed
5) Experiment with other values

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml
misc/cronjobs/automatic_renewals.pl