From 65ccf8bae2c7694517ba1e10ffa2d0c5b8824204 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 5 Mar 2026 14:51:07 +0530 Subject: [PATCH] feat: add plan --- lib/tasks/reporting_events_rollup.rake | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/tasks/reporting_events_rollup.rake b/lib/tasks/reporting_events_rollup.rake index 0ba63cdcd..1c73aca1c 100644 --- a/lib/tasks/reporting_events_rollup.rake +++ b/lib/tasks/reporting_events_rollup.rake @@ -28,6 +28,15 @@ class ReportingEventsRollupBackfill # rubocop:disable Metrics/ClassLength puts '=' * 70 puts 'Reporting Events Rollup Backfill' puts '=' * 70 + puts 'Plan:' + puts '1. Ensure account.reporting_timezone is set before running this task.' + puts '2. Wait for the current day to end in that account timezone.' + puts '3. Run backfill for closed days only (today is skipped by default).' + puts '4. Verify parity, then enable reporting_events_rollup read path.' + puts '' + puts 'Note:' + puts '- This task always uses account.reporting_timezone.' + puts '- Default range is first event day -> yesterday (in account timezone).' puts '' end