1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Run deleteProberData cron job daily (#2406)

* Run deleteProberData cron job daily

* Sign the commits

* try signing again
This commit is contained in:
sarahcaseybot
2024-04-19 15:32:14 -04:00
committed by GitHub
parent 91615aef54
commit b5629ff16f
2 changed files with 4 additions and 4 deletions

View File

@@ -178,9 +178,9 @@
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/deleteProberData&runInEmpty]]></url>
<name>deleteProberData</name>
<description>
This job clears out data from probers and runs once a week.
This job clears out data from probers and runs daily.
</description>
<schedule>0 14 * * 1</schedule>
<schedule>0 14 * * *</schedule>
</task>
<task>

View File

@@ -120,9 +120,9 @@
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/deleteProberData&runInEmpty]]></url>
<name>deleteProberData</name>
<description>
This job clears out data from probers and runs once a week.
This job clears out data from probers and runs daily.
</description>
<schedule>0 14 * * 1</schedule>
<schedule>0 14 * * *</schedule>
</task>
<task>