From 0645cd1cc07558e792a1b50f6028272d7fb3826d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 18 May 2016 15:24:34 -0400 Subject: [PATCH] 90c2418 Nightly authority linking CRON entry repair When running jobs past midnight, be sure to search for records modified the previous day, not just today, for linking. Signed-off-by: Your Name --- KCLS/utility-scripts/CRONTAB | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 559b246d71..af001e3cc2 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -105,10 +105,10 @@ PGHOST = localhost # 30 23 * * 0 . ~/.bashrc && cd /openils/var/web && /openils/bin/sitemap_generator --lib-hostname evgtesting.kcls.org --lib-shortname KCLS --prefix standalone/sitemaps/ # Link newly created authority records -# 0 2 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./link-new-auth-records.pl --new-since 0 --link-auths --link-bibs --progress +# 0 2 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./link-new-auth-records.pl --new-since 1 --link-auths --link-bibs --progress # # (Re-)Link newly created or modified bib records -# 0 3 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./authority_control_fields.pl --refresh --modified-since 0 +# 0 3 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./authority_control_fields.pl --refresh --modified-since 1 # Anonymize a range of historical circs each night, with a maximum run # time of 120 minutes. We split them up, because each range takes time -- 2.11.0