mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02: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:
parent
3cbdca734a
commit
890354938c
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue