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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,4 +162,15 @@
</description> </description>
<schedule>0 15 * * 1</schedule> <schedule>0 15 * * 1</schedule>
</task> </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> </entries>