diff --git a/java/google/registry/env/production/default/WEB-INF/cron.xml b/java/google/registry/env/production/default/WEB-INF/cron.xml index d23b154d8..3564c2f26 100644 --- a/java/google/registry/env/production/default/WEB-INF/cron.xml +++ b/java/google/registry/env/production/default/WEB-INF/cron.xml @@ -255,10 +255,28 @@ Create ICANN activity and transaction reports for last month, storing them in - gs://domain-registry-alpha-reporting/icann/monthly/yyyy-MM + gs://[PROJECT-ID]-reporting/icann/monthly/yyyy-MM Upon success, enqueues the icannReportingUpload task to POST these files to ICANN. 2 of month 09:00 backend + + + + + Starts the beam/InvoicingPipeline Dataflow template, which creates the overall invoice and + detail report CSVs for last month, storing them in gs://[PROJECT-ID]-billing/invoices/yyyy-MM. + Upon success, sends an e-mail copy of the invoice to billing personnel, and copies detail + reports to the associated registrars' drive folders. + See GenerateInvoicesAction for more details. + + + 1 of month 17:00 + backend +