diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml
index e6ed352ac..e85f4bd7c 100644
--- a/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml
+++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml
@@ -178,9 +178,9 @@
deleteProberData
- This job clears out data from probers and runs once a week.
+ This job clears out data from probers and runs daily.
- 0 14 * * 1
+ 0 14 * * *
diff --git a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cloud-scheduler-tasks.xml b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cloud-scheduler-tasks.xml
index 42d997182..0855c11d4 100644
--- a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cloud-scheduler-tasks.xml
+++ b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cloud-scheduler-tasks.xml
@@ -120,9 +120,9 @@
deleteProberData
- This job clears out data from probers and runs once a week.
+ This job clears out data from probers and runs daily.
- 0 14 * * 1
+ 0 14 * * *