Backstage monthly authority CRONTAB updates
authorBill Erickson <berickxx@gmail.com>
Fri, 23 Jun 2017 16:15:37 +0000 (12:15 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/CRONTAB

index 8203af8..f1dc974 100644 (file)
@@ -133,9 +133,8 @@ BACKSTAGE_PASSWORD = BSPASS
 # 0 12 8-14 10 * [ `date +\%u` = 5 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -d db05 -b
 #
 # Backstage authority record monthly updates                                   
-# Imports are available the 3rd Thursday of every month,                       
-# but are imported early on the 3rd Friday of every month.                     
-# 0 1 15-21 * * [ `date +\%u` = 5 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -a
+# Imports are available the 3rd Wednesday of every month.
+# 50 23 15-21 * * [ `date +\%u` = 3 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -a
 
 # 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