Switch TMCH SMDRL fetch job to start at 00:15 and 12:15

The job was starting at midnight and noon, which is exactly when the files are changing. This resulted in intermittent failures, as the files are temporarily missing during the changeover.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139081163
This commit is contained in:
mountford 2016-11-14 09:23:25 -08:00 committed by Ben McIlwain
parent 3cbdca734a
commit 890354938c
4 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@
This job downloads the latest DNL from MarksDB and inserts it into the database. This job downloads the latest DNL from MarksDB and inserts it into the database.
(See: TmchDnlServlet, ClaimsList) (See: TmchDnlServlet, ClaimsList)
</description> </description>
<schedule>every 12 hours synchronized</schedule> <schedule>every 12 hours from 00:15 to 12:15</schedule>
<target>backend</target> <target>backend</target>
</cron> </cron>

View file

@ -60,7 +60,7 @@
This job downloads the latest SMDRL from MarksDB and inserts it into the database. This job downloads the latest SMDRL from MarksDB and inserts it into the database.
(See: TmchSmdrlServlet, SignedMarkRevocationList) (See: TmchSmdrlServlet, SignedMarkRevocationList)
</description> </description>
<schedule>every 12 hours synchronized</schedule> <schedule>every 12 hours from 00:15 to 12:15</schedule>
<target>backend</target> <target>backend</target>
</cron> </cron>

View file

@ -72,7 +72,7 @@
This job downloads the latest SMDRL from MarksDB and inserts it into the database. This job downloads the latest SMDRL from MarksDB and inserts it into the database.
(See: TmchSmdrlServlet, SignedMarkRevocationList) (See: TmchSmdrlServlet, SignedMarkRevocationList)
</description> </description>
<schedule>every 12 hours synchronized</schedule> <schedule>every 12 hours from 00:15 to 12:15</schedule>
<target>backend</target> <target>backend</target>
</cron> </cron>

View file

@ -17,7 +17,7 @@
This job downloads the latest SMDRL from MarksDB and inserts it into the database. This job downloads the latest SMDRL from MarksDB and inserts it into the database.
(See: TmchSmdrlServlet, SignedMarkRevocationList) (See: TmchSmdrlServlet, SignedMarkRevocationList)
</description> </description>
<schedule>every 12 hours synchronized</schedule> <schedule>every 12 hours from 00:15 to 12:15</schedule>
<target>backend</target> <target>backend</target>
</cron> </cron>