mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Add cron config for the bsaDownload job in Sandbox (#2267)
* Add cron config for the bsaDownload job in Sandbox
This commit is contained in:
parent
3f5c9d1246
commit
811b385544
1 changed files with 11 additions and 0 deletions
|
@ -162,4 +162,15 @@
|
|||
</description>
|
||||
<schedule>0 15 * * 1</schedule>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<url><![CDATA[/_dr/task/bsaDownload]]></url>
|
||||
<name>bsaDownload</name>
|
||||
<service>bsa</service>
|
||||
<description>
|
||||
Downloads the BSA block lists and processes the changes.
|
||||
</description>
|
||||
<!-- Runs every hour. -->
|
||||
<schedule>0 * * * *</schedule>
|
||||
</task>
|
||||
</entries>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue