From 44f44be643ec639955b0680ce3170ee9974c8ff2 Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Mon, 22 Jan 2024 12:24:09 -0500 Subject: [PATCH] Add bsa-refresh cron job to sandbox and prod (#2290) This is the job that updates the unblockable domains according to recent changes in domain registration and reservation. --- .../default/WEB-INF/cloud-scheduler-tasks.xml | 12 ++++++++++++ .../default/WEB-INF/cloud-scheduler-tasks.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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 1c2fe3425..7f37b5e48 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 @@ -285,6 +285,18 @@ 0 * * * * + + + bsaRefresh + bsa + + Checks for changes in registered domains and reserved labels, and updates + the unblockable domains list. + + + 15,45 * * * * + + uploadBsaUnavailableNames 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 bca45bd8d..42d997182 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 @@ -174,6 +174,18 @@ 0 * * * * + + + bsaRefresh + bsa + + Checks for changes in registered domains and reserved labels, and updates + the unblockable domains list. + + + 15,45 * * * * + + uploadBsaUnavailableNames