From 811b38554440d6ba005fb8269e9c539c5ce257fa Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Fri, 5 Jan 2024 11:10:48 -0500 Subject: [PATCH] Add cron config for the bsaDownload job in Sandbox (#2267) * Add cron config for the bsaDownload job in Sandbox --- .../sandbox/default/WEB-INF/cloud-scheduler-tasks.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 4760df67f..2d3dbb122 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 @@ -162,4 +162,15 @@ 0 15 * * 1 + + + + bsaDownload + bsa + + Downloads the BSA block lists and processes the changes. + + + 0 * * * * +