mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Disable the cron job for ResaveAllEppResourcesPipelineAction (#1799)
See b/249863289 for more information.
This commit is contained in:
parent
f4a49864b5
commit
a557b3f376
2 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
<!-- TODO(b/249863289): disable until it is safe to run this pipeline
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/task/resaveAllEppResourcesPipeline?fast=true]]></url>
|
||||
<description>
|
||||
|
@ -110,6 +111,7 @@
|
|||
<schedule>1st monday of month 09:00</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
-->
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/task/updateRegistrarRdapBaseUrls]]></url>
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
<!-- TODO(b/249863289): disable until it is safe to run this pipeline
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/task/resaveAllEppResourcesPipeline?fast=true]]></url>
|
||||
<description>
|
||||
|
@ -94,6 +95,7 @@
|
|||
<schedule>1st monday of month 09:00</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
-->
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/exportDomainLists&runInEmpty]]></url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue