mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 20:19:37 +02:00
Remove CloudSql wipeout cron job in crash (#2017)
No more production data in crash. This allows us to repopulate crash with test data.
This commit is contained in:
parent
15a15a4667
commit
a213a5e3c2
1 changed files with 0 additions and 12 deletions
|
@ -158,16 +158,4 @@
|
||||||
</description>
|
</description>
|
||||||
<schedule>7 3 * * *</schedule>
|
<schedule>7 3 * * *</schedule>
|
||||||
</task>
|
</task>
|
||||||
|
|
||||||
<!--
|
|
||||||
The next two wipeout jobs are required when crash has production data.
|
|
||||||
-->
|
|
||||||
<task>
|
|
||||||
<url><![CDATA[/_dr/task/wipeOutCloudSql]]></url>
|
|
||||||
<name>wipeOutCloudSql</name>
|
|
||||||
<description>
|
|
||||||
This job runs an action that deletes all data in Cloud SQL.
|
|
||||||
</description>
|
|
||||||
<schedule>7 3 * * 6</schedule>
|
|
||||||
</task>
|
|
||||||
</taskentries>
|
</taskentries>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue