1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

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.
(See: TmchDnlServlet, ClaimsList)
</description>
<schedule>every 12 hours synchronized</schedule>
<schedule>every 12 hours from 00:15 to 12:15</schedule>
<target>backend</target>
</cron>

View File

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

View File

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

View File

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