mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 14:34:05 +02:00
Add bsa-refresh cron job to sandbox and prod (#2290)
This is the job that updates the unblockable domains according to recent changes in domain registration and reservation.
This commit is contained in:
parent
f61579b350
commit
44f44be643
2 changed files with 24 additions and 0 deletions
|
@ -285,6 +285,18 @@
|
||||||
<schedule>0 * * * *</schedule>
|
<schedule>0 * * * *</schedule>
|
||||||
</task>
|
</task>
|
||||||
|
|
||||||
|
<task>
|
||||||
|
<url><![CDATA[/_dr/task/bsaRefresh]]></url>
|
||||||
|
<name>bsaRefresh</name>
|
||||||
|
<service>bsa</service>
|
||||||
|
<description>
|
||||||
|
Checks for changes in registered domains and reserved labels, and updates
|
||||||
|
the unblockable domains list.
|
||||||
|
</description>
|
||||||
|
<!-- Runs every 30 minutes. -->
|
||||||
|
<schedule>15,45 * * * *</schedule>
|
||||||
|
</task>
|
||||||
|
|
||||||
<task>
|
<task>
|
||||||
<url><![CDATA[/_dr/task/uploadBsaUnavailableNames]]></url>
|
<url><![CDATA[/_dr/task/uploadBsaUnavailableNames]]></url>
|
||||||
<name>uploadBsaUnavailableNames</name>
|
<name>uploadBsaUnavailableNames</name>
|
||||||
|
|
|
@ -174,6 +174,18 @@
|
||||||
<schedule>0 * * * *</schedule>
|
<schedule>0 * * * *</schedule>
|
||||||
</task>
|
</task>
|
||||||
|
|
||||||
|
<task>
|
||||||
|
<url><![CDATA[/_dr/task/bsaRefresh]]></url>
|
||||||
|
<name>bsaRefresh</name>
|
||||||
|
<service>bsa</service>
|
||||||
|
<description>
|
||||||
|
Checks for changes in registered domains and reserved labels, and updates
|
||||||
|
the unblockable domains list.
|
||||||
|
</description>
|
||||||
|
<!-- Runs every 30 minutes. -->
|
||||||
|
<schedule>15,45 * * * *</schedule>
|
||||||
|
</task>
|
||||||
|
|
||||||
<task>
|
<task>
|
||||||
<url><![CDATA[/_dr/task/uploadBsaUnavailableNames]]></url>
|
<url><![CDATA[/_dr/task/uploadBsaUnavailableNames]]></url>
|
||||||
<name>uploadBsaUnavailableNames</name>
|
<name>uploadBsaUnavailableNames</name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue