From 675354ae65838eba5127357f866440522d56bf78 Mon Sep 17 00:00:00 2001 From: gbrodman Date: Thu, 16 Jul 2026 15:14:26 -0400 Subject: [PATCH] Add cloud scheduler task to sync remote caches (#3158) --- .../files/tasks/cloud-scheduler-tasks-production.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/src/main/java/google/registry/config/files/tasks/cloud-scheduler-tasks-production.xml b/core/src/main/java/google/registry/config/files/tasks/cloud-scheduler-tasks-production.xml index 25d385a7a..bccd6c189 100644 --- a/core/src/main/java/google/registry/config/files/tasks/cloud-scheduler-tasks-production.xml +++ b/core/src/main/java/google/registry/config/files/tasks/cloud-scheduler-tasks-production.xml @@ -323,4 +323,14 @@ */5 * * * * + + + syncRemoteCache + + Syncs remote (Valkey/Redis) EPP resource caches with changes made recently. + + + */5 * * * * + +