mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +02:00
Temporarily disable deleteProberData cron job in sandbox for load-testing
Loadtesting data is identified as "prober data" by this job (it removes anything under ".test", not only prober data) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177309096
This commit is contained in:
parent
e73325edcf
commit
0e3d050dae
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,9 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</cron>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Removed for the duration of load testing
|
||||||
|
TODO(b/67947699): Restore after loadtesting is done
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/deleteProberData&runInEmpty]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/deleteProberData&runInEmpty]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
@ -122,6 +125,7 @@
|
||||||
<timezone>UTC</timezone>
|
<timezone>UTC</timezone>
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</cron>
|
||||||
|
-->
|
||||||
|
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/verifyEntityIntegrity&runInEmpty]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/verifyEntityIntegrity&runInEmpty]]></url>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue