From 701d774bf51e5f2ab3b1fed1487d3e52481e2d21 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Fri, 22 Dec 2017 21:53:08 -0500 Subject: [PATCH] Check for legislator errors, once each day Toward #32. --- deploy/crontab.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/crontab.txt b/deploy/crontab.txt index f23d7c1..4f273c1 100644 --- a/deploy/crontab.txt +++ b/deploy/crontab.txt @@ -31,6 +31,9 @@ # Update the PDF mirror. 41 02,16 * * * /usr/bin/php rs-machine/cron/update.php download_pdfs +# Perform a sanity-check for legislators. +41 12 * * * /usr/bin/php rs-machine/cron/update.php legislators + # Updates the sections of the code referred to within each bill. 5,15,25,35,45,55 * * 1-3,10-12 * /usr/bin/php rs-machine/cron/update.php code_sections