mirror of
https://github.com/google/nomulus
synced 2026-04-17 06:51:14 +00:00
* Add daily cron job for IcannReportingUploadAction This job checks each ICANN cursor's cursorTime. If all cursorTime values are in the future, the action exits and does nothing. For each cursor that has a cursorTime in the past, the corresponding report is uploaded if it is staged, or logs an error message if the report has not been staged yet. * Change cron job description