1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00: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:
Weimin Yu
2024-01-05 11:10:48 -05:00
committed by GitHub
parent 3f5c9d1246
commit 811b385544

View File

@@ -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>