From 41a990d49bf4402d1fcffdcb500bd8b20b03a132 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Mon, 4 Oct 2021 11:09:55 -0400 Subject: [PATCH] Fix sandbox cron (#1366) * Fix sandbox cron "synchronized" can only be used to specify a 24h time range that is evenly divided by the interval value, e. g. "every 2 hours synchronized". * Change to a different time --- .../java/google/registry/env/sandbox/default/WEB-INF/cron.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml index 2e9a1e41c..1998f5411 100644 --- a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml +++ b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml @@ -253,7 +253,7 @@ This job runs weekly to wipe out PII fields of ContactHistory entities that have been in the database for a certain period of time. - every monday synchronized + every monday 15:00 backend