mirror of
https://github.com/google/nomulus.git
synced 2025-07-13 14:35:16 +02:00
Run rdeStaging twice daily in Sandbox (#684)
* Run rdeStaging twice daily in Sandbox This will allow the cursor to catch up to current date if it somehow falls behind.
This commit is contained in:
parent
65c9cd3f4d
commit
398ababba8
1 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,14 @@
|
|||
and streams it to cloud storage. When this job has finished successfully, it'll
|
||||
launch a separate task that uploads the deposit file to Iron Mountain via SFTP.
|
||||
</description>
|
||||
<schedule>every day 00:07</schedule>
|
||||
<!--
|
||||
This only needs to run once per day, but we launch additional jobs in case the
|
||||
cursor is lagging behind, so it'll catch up to the current date eventually.
|
||||
|
||||
See <a href="../../../production/default/WEB-INF/cron.xml">production config</a> for an
|
||||
explanation of job starting times.
|
||||
-->
|
||||
<schedule>every 12 hours from 00:07 to 12:07</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue