From a8ce34586d8c94f74e8d8bd79c5a9c4fc6668abe Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 11 Jan 2024 18:38:52 -0500 Subject: [PATCH] Add production cronjobs for BSA download/upload actions (#2285) * Add production cronjob for uploading BSA unavailable names * Add production cronjob for BSA download action --- .../default/WEB-INF/cloud-scheduler-tasks.xml | 22 +++++++++++++++++++ 1 file changed, 22 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 96ac00ecd..1c2fe3425 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 @@ -273,4 +273,26 @@ 0 15 * * 1 + + + + bsaDownload + bsa + + Downloads the BSA block list and processes the changes. + + + 0 * * * * + + + + + uploadBsaUnavailableNames + + This job uploads all unavailable domain names (those registered and + reserved) to the BSA. + + bsa + 23 8,20 * * * +