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:
Weimin Yu 2023-05-02 14:44:09 -04:00 committed by GitHub
parent c7f69eba1d
commit 6742e5bf23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,16 +158,4 @@
</description>
<schedule>7 3 * * *</schedule>
</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>