diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml index e7bf1ddfd..bd9295459 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml @@ -279,6 +279,18 @@ backend + + + + Checks if the monthly ICANN reports have been successfully uploaded. If they have not, attempts to upload them again. + Most of the time, this job should not do anything since the uploads are triggered when the reports are staged. + However, in the event that an upload failed for any reason (e.g. ICANN server is down, IP whitelist issues), + this cron job will continue to retry uploads daily until they succeed. + + every day 15:00 + backend + +