mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
Add production cronjobs for BSA download/upload actions (#2285)
* Add production cronjob for uploading BSA unavailable names * Add production cronjob for BSA download action
This commit is contained in:
parent
26fb04f00c
commit
a8ce34586d
1 changed files with 22 additions and 0 deletions
|
@ -273,4 +273,26 @@
|
|||
</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 list and processes the changes.
|
||||
</description>
|
||||
<!-- Runs every hour. -->
|
||||
<schedule>0 * * * *</schedule>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<url><![CDATA[/_dr/task/uploadBsaUnavailableNames]]></url>
|
||||
<name>uploadBsaUnavailableNames</name>
|
||||
<description>
|
||||
This job uploads all unavailable domain names (those registered and
|
||||
reserved) to the BSA.
|
||||
</description>
|
||||
<service>bsa</service>
|
||||
<schedule>23 8,20 * * *</schedule>
|
||||
</task>
|
||||
</entries>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue